com.esri.arcgis.display
Interface ILineSymbol

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ICartographicLineSymbol, IHashLineSymbol, ILine3DPlacement, IMarkerLineSymbol, IMultiLayerLineSymbol, IPictureLineSymbol, IReferenceLineSymbol, ISimpleLineSymbol, ITextureLineSymbol
All Known Implementing Classes:
CartographicLineSymbol, HashLineSymbol, ICartographicLineSymbolProxy, IHashLineSymbolProxy, ILine3DPlacementProxy, ILineSymbolProxy, IMarkerLineSymbolProxy, IMultiLayerLineSymbolProxy, IPictureLineSymbolProxy, IReferenceLineSymbolProxy, ISimpleLineSymbolProxy, ITextureLineSymbolProxy, MarkerLineSymbol, MultiLayerLineSymbol, PictureLineSymbol, SimpleLine3DSymbol, SimpleLineSymbol, TextureLineSymbol

public interface ILineSymbol
extends java.io.Serializable

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

Description: 'Provides access to members that control line 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 IIDe6bdaa7d_4d35_11d0_98be_00805f7ced21
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getColor()
          Line symbol color.
 double getWidth()
          Line symbol width.
 void setColor(IColor color)
          Line symbol color.
 void setWidth(double width)
          Line symbol width.
 

Field Detail

IIDe6bdaa7d_4d35_11d0_98be_00805f7ced21

static final int IIDe6bdaa7d_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
Line symbol 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
Line symbol 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.

getWidth

double getWidth()
                throws java.io.IOException,
                       AutomationException
Line symbol width.

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

setWidth

void setWidth(double width)
              throws java.io.IOException,
                     AutomationException
Line symbol width.

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