com.esri.arcgis.carto
Interface IACSimpleLineSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACSimpleLineSymbol, IACSimpleLineSymbolProxy

public interface IACSimpleLineSymbol
extends java.io.Serializable

COM Interface 'IACSimpleLineSymbol'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control ArcIMS simple line 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 IIDda11971d_3da1_4230_b119_82f95cc3a98a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCapType()
          The line cap type.
 IColor getColor()
          The line color.
 int getJoinType()
          The line join type.
 int getLineType()
          The line type.
 int getWidth()
          The line symbol width in pixels.
 boolean isOverlap()
          Indicates if labels can overlap this symbol.
 void setCapType(int type)
          The line cap type.
 void setColor(IColor color)
          The line color.
 void setJoinType(int type)
          The line join type.
 void setLineType(int type)
          The line type.
 void setOverlap(boolean flag)
          Indicates if labels can overlap this symbol.
 void setWidth(int width)
          The line symbol width in pixels.
 

Field Detail

IIDda11971d_3da1_4230_b119_82f95cc3a98a

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

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
The line symbol width in pixels.

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

setWidth

void setWidth(int width)
              throws java.io.IOException,
                     AutomationException
The line symbol width in pixels.

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

getColor

IColor getColor()
                throws java.io.IOException,
                       AutomationException
The line 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
The line 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.

isOverlap

boolean isOverlap()
                  throws java.io.IOException,
                         AutomationException
Indicates if labels can overlap this symbol.

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

setOverlap

void setOverlap(boolean flag)
                throws java.io.IOException,
                       AutomationException
Indicates if labels can overlap this symbol.

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

getLineType

int getLineType()
                throws java.io.IOException,
                       AutomationException
The line type.

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

setLineType

void setLineType(int type)
                 throws java.io.IOException,
                        AutomationException
The line type.

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

getCapType

int getCapType()
               throws java.io.IOException,
                      AutomationException
The line cap type.

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

setCapType

void setCapType(int type)
                throws java.io.IOException,
                       AutomationException
The line cap type.

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

getJoinType

int getJoinType()
                throws java.io.IOException,
                       AutomationException
The line join type.

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

setJoinType

void setJoinType(int type)
                 throws java.io.IOException,
                        AutomationException
The line join type.

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