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