com.esri.arcgis.carto
Interface IACGradientFillSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACGradientFillSymbol, IACGradientFillSymbolProxy

public interface IACGradientFillSymbol
extends java.io.Serializable

COM Interface 'IACGradientFillSymbol'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control ArcIMS gradient fill symbol.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7e9b1c09_f4d7_4bb0_9340_00dfa8fe5f5c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getFinishColor()
          The end color.
 IColor getStartColor()
          The start color.
 int getType()
          The fill type.
 boolean isOverlap()
          Indicates if labels can overlap this symbol.
 void setFinishColor(IColor color)
          The end color.
 void setOverlap(boolean flag)
          Indicates if labels can overlap this symbol.
 void setStartColor(IColor color)
          The start color.
 void setType(int type)
          The fill type.
 

Field Detail

IID7e9b1c09_f4d7_4bb0_9340_00dfa8fe5f5c

static final int IID7e9b1c09_f4d7_4bb0_9340_00dfa8fe5f5c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The fill type.

Returns:
A com.esri.arcgis.carto.acGradientFillType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(int type)
             throws java.io.IOException,
                    AutomationException
The fill type.

Parameters:
type - A com.esri.arcgis.carto.acGradientFillType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartColor

IColor getStartColor()
                     throws java.io.IOException,
                            AutomationException
The start color.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartColor

void setStartColor(IColor color)
                   throws java.io.IOException,
                          AutomationException
The start color.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFinishColor

IColor getFinishColor()
                      throws java.io.IOException,
                             AutomationException
The end color.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFinishColor

void setFinishColor(IColor color)
                    throws java.io.IOException,
                           AutomationException
The end color.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOverlap

boolean isOverlap()
                  throws java.io.IOException,
                         AutomationException
Indicates if labels can overlap this symbol.

Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverlap

void setOverlap(boolean flag)
                throws java.io.IOException,
                       AutomationException
Indicates if labels can overlap this symbol.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.