com.esri.arcgis.display
Interface IGraphicAttributeType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GraphicAttributeAngleType, GraphicAttributeBooleanType, GraphicAttributeColorType, GraphicAttributeDashType, GraphicAttributeDoubleType, GraphicAttributeEnumType, GraphicAttributeIntegerType, GraphicAttributeMarkerType, GraphicAttributeSizeType, GraphicAttributeTextType, IGraphicAttributeTypeProxy

public interface IGraphicAttributeType
extends java.io.Serializable

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

Description: 'Provides access to members that control the behavior and properties of graphic attribute types.' 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 IIDc319ff4d_0c1e_47d6_be35_c80045fe4dcf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void drawValue(java.lang.Object value, tagRECT rect, int hDC, boolean readOnly)
          Draws a value on the device context.
 java.lang.Object formatValue(java.lang.Object value)
          Formats the graphic attribute value.
 int getType()
          The graphic attribute type.
 java.lang.Object textToValue(java.lang.String text)
          Converts text to the graphic attribute value.
 java.lang.String valueToText(java.lang.Object value)
          Converts the graphic attribute value to text.
 

Field Detail

IIDc319ff4d_0c1e_47d6_be35_c80045fe4dcf

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The graphic attribute type.

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

formatValue

java.lang.Object formatValue(java.lang.Object value)
                             throws java.io.IOException,
                                    AutomationException
Formats the graphic attribute value.

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

textToValue

java.lang.Object textToValue(java.lang.String text)
                             throws java.io.IOException,
                                    AutomationException
Converts text to the graphic attribute value.

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

valueToText

java.lang.String valueToText(java.lang.Object value)
                             throws java.io.IOException,
                                    AutomationException
Converts the graphic attribute value to text.

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

drawValue

void drawValue(java.lang.Object value,
               tagRECT rect,
               int hDC,
               boolean readOnly)
               throws java.io.IOException,
                      AutomationException
Draws a value on the device context.

Parameters:
value - A Variant (in)
rect - A Structure: com.esri.arcgis.system.tagRECT (in)
hDC - The hDC (A COM typedef) (in)
readOnly - The readOnly (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.