com.esri.arcgis.display
Interface ILineFillSymbol

All Superinterfaces:
IFillSymbol, java.io.Serializable
All Known Implementing Classes:
ILineFillSymbolProxy, LineFillSymbol

public interface ILineFillSymbol
extends IFillSymbol, java.io.Serializable

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

Description: 'Provides access to members that control the line 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 IID7914e5ef_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 getAngle()
          Line symbol angle within fill.
 ILineSymbol getLineSymbol()
          Line symbol used for fill.
 double getOffset()
          Line fill offset.
 double getSeparation()
          Line symbol separation within fill.
 void setAngle(double angle)
          Line symbol angle within fill.
 void setLineSymbolByRef(ILineSymbol lineSym)
          Line symbol used for fill.
 void setOffset(double offset)
          Line fill offset.
 void setSeparation(double separation)
          Line symbol separation within fill.
 
Methods inherited from interface com.esri.arcgis.display.IFillSymbol
getColor, getOutline, setColor, setOutline
 

Field Detail

IID7914e5ef_c892_11d0_8bb6_080009ee4e41

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

getLineSymbol

ILineSymbol getLineSymbol()
                          throws java.io.IOException,
                                 AutomationException
Line symbol used for fill.

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.

setLineSymbolByRef

void setLineSymbolByRef(ILineSymbol lineSym)
                        throws java.io.IOException,
                               AutomationException
Line symbol used for fill.

Parameters:
lineSym - 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.

getAngle

double getAngle()
                throws java.io.IOException,
                       AutomationException
Line symbol angle within fill.

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

setAngle

void setAngle(double angle)
              throws java.io.IOException,
                     AutomationException
Line symbol angle within fill.

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

getSeparation

double getSeparation()
                     throws java.io.IOException,
                            AutomationException
Line symbol separation within fill.

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

setSeparation

void setSeparation(double separation)
                   throws java.io.IOException,
                          AutomationException
Line symbol separation within fill.

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

getOffset

double getOffset()
                 throws java.io.IOException,
                        AutomationException
Line fill offset.

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

setOffset

void setOffset(double offset)
               throws java.io.IOException,
                      AutomationException
Line fill offset.

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