com.esri.arcgis.carto
Interface IDataGraphTPenProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataGraphTPenProperties, IDataGraphTPenPropertiesProxy

public interface IDataGraphTPenProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control properties of the line.' 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 IIDa4a130e8_45ce_4265_bd2d_25b9399a69f2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getColor()
          Color of the line.
 int getStyle()
          Style of the line.
 int getWidth()
          Width of the line.
 boolean isVisible()
          Indicates if line is visible.
 void setColor(int pColor)
          Color of the line.
 void setStyle(int pType)
          Style of the line.
 void setVisible(boolean pVisible)
          Indicates if line is visible.
 void setWidth(int pWidth)
          Width of the line.
 

Field Detail

IIDa4a130e8_45ce_4265_bd2d_25b9399a69f2

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

isVisible

boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates if line is visible.

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

setVisible

void setVisible(boolean pVisible)
                throws java.io.IOException,
                       AutomationException
Indicates if line is visible.

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

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
Width of the line.

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

setWidth

void setWidth(int pWidth)
              throws java.io.IOException,
                     AutomationException
Width of the line.

Parameters:
pWidth - The pWidth (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
Style of the line.

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

setStyle

void setStyle(int pType)
              throws java.io.IOException,
                     AutomationException
Style of the line.

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

getColor

int getColor()
             throws java.io.IOException,
                    AutomationException
Color of the line.

Returns:
The pColor (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColor

void setColor(int pColor)
              throws java.io.IOException,
                     AutomationException
Color of the line.

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