com.esri.arcgis.carto
Interface IACSimpleFillSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACSimpleFillSymbol, IACSimpleFillSymbolProxy

public interface IACSimpleFillSymbol
extends java.io.Serializable

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

Description: 'Provides access to members that control ArcIMS simple 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 IID06a77433_fd34_4b30_a46b_bc217904ab76
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getColor()
          The fill color.
 int getFillType()
          The fill type.
 int getInterval()
          The interval of the hatch fill type.
 boolean isBoundary()
          Indicates if the layer display the boundary or outline.
 boolean isOverlap()
          Indicates if labels can overlap this symbol.
 void setBoundary(boolean flag)
          Indicates if the layer display the boundary or outline.
 void setColor(IColor color)
          The fill color.
 void setFillType(int type)
          The fill type.
 void setInterval(int interval)
          The interval of the hatch fill type.
 void setOverlap(boolean flag)
          Indicates if labels can overlap this symbol.
 

Field Detail

IID06a77433_fd34_4b30_a46b_bc217904ab76

static final int IID06a77433_fd34_4b30_a46b_bc217904ab76
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

getColor

IColor getColor()
                throws java.io.IOException,
                       AutomationException
The fill 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.

setColor

void setColor(IColor color)
              throws java.io.IOException,
                     AutomationException
The fill 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.

getFillType

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

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

setFillType

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

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

getInterval

int getInterval()
                throws java.io.IOException,
                       AutomationException
The interval of the hatch fill type.

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

setInterval

void setInterval(int interval)
                 throws java.io.IOException,
                        AutomationException
The interval of the hatch fill type.

Parameters:
interval - The interval (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.

isBoundary

boolean isBoundary()
                   throws java.io.IOException,
                          AutomationException
Indicates if the layer display the boundary or outline.

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

setBoundary

void setBoundary(boolean flag)
                 throws java.io.IOException,
                        AutomationException
Indicates if the layer display the boundary or outline.

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