com.esri.arcgis.display
Interface IBasicFillSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicFillSymbol, IBasicFillSymbolProxy

public interface IBasicFillSymbol
extends java.io.Serializable

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

Description: 'Provides access to properties of the basic 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 IID475a667d_b02a_4b58_a336_00544babe12a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFillPattern getFillPattern()
          Fill pattern of a basic fill symbol.
 void setFillPatternByRef(IFillPattern pattern)
          Fill pattern of a basic fill symbol.
 

Field Detail

IID475a667d_b02a_4b58_a336_00544babe12a

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

getFillPattern

IFillPattern getFillPattern()
                            throws java.io.IOException,
                                   AutomationException
Fill pattern of a basic fill symbol.

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

setFillPatternByRef

void setFillPatternByRef(IFillPattern pattern)
                         throws java.io.IOException,
                                AutomationException
Fill pattern of a basic fill symbol.

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