com.esri.arcgis.display
Interface IFillSymbol

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IColorRampSymbol, IColorRampSymbol2, IColorSymbol, IDotDensityFillSymbol, IDotDensityFillSymbol2, IGradientFillSymbol, ILineFillSymbol, IMarkerFillSymbol, IMultiLayerFillSymbol, IPictureFillSymbol, IReferenceFillSymbol, ISimpleFillSymbol, ITextureFillSymbol
All Known Implementing Classes:
ColorRampSymbol, ColorSymbol, DotDensityFillSymbol, GradientFillSymbol, IColorRampSymbol2Proxy, IColorRampSymbolProxy, IColorSymbolProxy, IDotDensityFillSymbol2Proxy, IDotDensityFillSymbolProxy, IFillSymbolProxy, IGradientFillSymbolProxy, ILineFillSymbolProxy, IMarkerFillSymbolProxy, IMultiLayerFillSymbolProxy, IPictureFillSymbolProxy, IReferenceFillSymbolProxy, ISimpleFillSymbolProxy, ITextureFillSymbolProxy, LineFillSymbol, MarkerFillSymbol, MultiLayerFillSymbol, PictureFillSymbol, RasterRGBSymbol, SimpleFillSymbol, TextureFillSymbol

public interface IFillSymbol
extends java.io.Serializable

COM Interface 'IFillSymbol'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control fill symbols.' 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 IIDe6bdaa7e_4d35_11d0_98be_00805f7ced21
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getColor()
          Fill color.
 ILineSymbol getOutline()
          Line symbol of fill outline.
 void setColor(IColor color)
          Fill color.
 void setOutline(ILineSymbol outlineSym)
          Line symbol of fill outline.
 

Field Detail

IIDe6bdaa7e_4d35_11d0_98be_00805f7ced21

static final int IIDe6bdaa7e_4d35_11d0_98be_00805f7ced21
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
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
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.

getOutline

ILineSymbol getOutline()
                       throws java.io.IOException,
                              AutomationException
Line symbol of fill outline.

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

setOutline

void setOutline(ILineSymbol outlineSym)
                throws java.io.IOException,
                       AutomationException
Line symbol of fill outline.

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