com.esri.arcgis.display
Interface IGraphicAttributes2

All Superinterfaces:
IGraphicAttributes, java.io.Serializable
All Known Implementing Classes:
BasicMarkerSymbol, GeometricEffectAddControlPoints, GeometricEffectArrow, GeometricEffectBuffer, GeometricEffectCut, GeometricEffectDash, GeometricEffectDonut, GeometricEffectEnclosingPolygon, GeometricEffectExtension, GeometricEffectJog, GeometricEffectMove, GeometricEffectOffset, GeometricEffectOffsetTangent, GeometricEffectRadial, GeometricEffectRegularPolygon, GeometricEffectReverse, GeometricEffectRotate, GeometricEffectScale, GeometricEffectSimplify, GeometricEffectSmooth, GeometricEffectSuppress, GeometricEffectTaperedPolygon, GeometricEffectWave, GradientPattern, IGraphicAttributes2Proxy, LinePattern, LineStroke, MarkerPlacementAlongLine, MarkerPlacementAtExtremities, MarkerPlacementDecoration, MarkerPlacementInsidePolygon, MarkerPlacementOnLine, MarkerPlacementOnPoint, MarkerPlacementOnVertices, MarkerPlacementPolygonCenter, MarkerPlacementRandomAlongLine, MarkerPlacementRandomInPolygon, MarkerPlacementVariableAlongLine, SolidColorPattern

public interface IGraphicAttributes2
extends IGraphicAttributes, java.io.Serializable

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

Description: 'Provides access to members that control the graphic attributes.' 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 IID7c843a64_dbfa_4de9_9cc9_0414cb2c68ba
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IGraphicAttributes
IID7200f877_d9f9_4b54_940e_1e3a68363e2d
 
Method Summary
 java.lang.String getCaption(int attrId)
          Caption of the graphic attribute.
 java.lang.String getClassCaption(int geomType)
          Caption of the object containing the graphic attributes.
 
Methods inherited from interface com.esri.arcgis.display.IGraphicAttributes
getClassName, getGraphicAttributeCount, getID, getIDByName, getName, getType, getValue, setValue
 

Field Detail

IID7c843a64_dbfa_4de9_9cc9_0414cb2c68ba

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

getCaption

java.lang.String getCaption(int attrId)
                            throws java.io.IOException,
                                   AutomationException
Caption of the graphic attribute.

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

getClassCaption

java.lang.String getClassCaption(int geomType)
                                 throws java.io.IOException,
                                        AutomationException
Caption of the object containing the graphic attributes.

Parameters:
geomType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Returns:
The caption
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.