com.esri.arcgis.display
Interface IMarkerFillSymbol

All Superinterfaces:
IFillSymbol, java.io.Serializable
All Known Implementing Classes:
IMarkerFillSymbolProxy, MarkerFillSymbol

public interface IMarkerFillSymbol
extends IFillSymbol, java.io.Serializable

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

Description: 'Provides access to members that control the marker 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 IID7914e5f1_c892_11d0_8bb6_080009ee4e41
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IFillSymbol
IIDe6bdaa7e_4d35_11d0_98be_00805f7ced21
 
Method Summary
 double getGridAngle()
          Angle of marker position grid.
 IMarkerSymbol getMarkerSymbol()
          Marker symbol used for fill.
 int getStyle()
          Fill style.
 void setGridAngle(double angle)
          Angle of marker position grid.
 void setMarkerSymbolByRef(IMarkerSymbol marker)
          Marker symbol used for fill.
 void setStyle(int style)
          Fill style.
 
Methods inherited from interface com.esri.arcgis.display.IFillSymbol
getColor, getOutline, setColor, setOutline
 

Field Detail

IID7914e5f1_c892_11d0_8bb6_080009ee4e41

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

getMarkerSymbol

IMarkerSymbol getMarkerSymbol()
                              throws java.io.IOException,
                                     AutomationException
Marker symbol used for fill.

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

setMarkerSymbolByRef

void setMarkerSymbolByRef(IMarkerSymbol marker)
                          throws java.io.IOException,
                                 AutomationException
Marker symbol used for fill.

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

getStyle

int getStyle()
             throws java.io.IOException,
                    AutomationException
Fill style.

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

setStyle

void setStyle(int style)
              throws java.io.IOException,
                     AutomationException
Fill style.

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

getGridAngle

double getGridAngle()
                    throws java.io.IOException,
                           AutomationException
Angle of marker position grid.

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

setGridAngle

void setGridAngle(double angle)
                  throws java.io.IOException,
                         AutomationException
Angle of marker position grid.

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