|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that control the behavior and properties of graphic attribute types.
| 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. |
| Method Detail |
public int getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object formatValue(java.lang.Object value)
throws java.io.IOException,
AutomationException
value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object textToValue(java.lang.String text)
throws java.io.IOException,
AutomationException
text - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String valueToText(java.lang.Object value)
throws java.io.IOException,
AutomationException
value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawValue(java.lang.Object value,
tagRECT rect,
int hDC,
boolean readOnly)
throws java.io.IOException,
AutomationException
value - A Variant (in)rect - A Structure: com.esri.arcgis.display.tagRECT (in)hDC - The hDC (A COM typedef) (in)readOnly - The readOnly (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||