com.esri.arcgis.carto
Interface IDataGraphTSymbolProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataGraphTSymbolProperties, IDataGraphTSymbolPropertiesProxy

public interface IDataGraphTSymbolProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control properties of the symbols for line graph, scatter plot, or box plot.' 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 IID70369858_a2a3_49b5_b9e8_e7cb9cf2ffc4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataGraphTPenProperties getBorderProperties()
          Properties of the symbol border.
 int getColor()
          Color of the symbol fill.
 int getHeight()
          Height of the symbol.
 int getStyle()
          Style of the symbol.
 int getWidth()
          Width of the symbol.
 boolean isVisible()
          Indicates if symbol is visible.
 void setColor(int pColor)
          Color of the symbol fill.
 void setHeight(int pHeight)
          Height of the symbol.
 void setStyle(int pStyle)
          Style of the symbol.
 void setVisible(boolean b)
          Indicates if symbol is visible.
 void setWidth(int pWidth)
          Width of the symbol.
 

Field Detail

IID70369858_a2a3_49b5_b9e8_e7cb9cf2ffc4

static final int IID70369858_a2a3_49b5_b9e8_e7cb9cf2ffc4
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 symbol is visible.

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

setVisible

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

Parameters:
b - The b (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 symbol.

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 symbol.

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

getHeight

int getHeight()
              throws java.io.IOException,
                     AutomationException
Height of the symbol.

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

setHeight

void setHeight(int pHeight)
               throws java.io.IOException,
                      AutomationException
Height of the symbol.

Parameters:
pHeight - The pHeight (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 symbol.

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

setStyle

void setStyle(int pStyle)
              throws java.io.IOException,
                     AutomationException
Style of the symbol.

Parameters:
pStyle - A com.esri.arcgis.carto.esriDataGraphTSymbolType 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 symbol fill.

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 symbol fill.

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.

getBorderProperties

IDataGraphTPenProperties getBorderProperties()
                                             throws java.io.IOException,
                                                    AutomationException
Properties of the symbol border.

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