|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexRotationProperties
Provides access to members that control the placement of rotated labels.
Method Summary | |
---|---|
String |
getRotationField()
The attribute field that contains the label angle. |
int |
getRotationType()
Defines the format the rotation field in. |
boolean |
isAlignLabelToAngle()
Indicates whether to draw the label aligned to the angle (no flip). |
boolean |
isEnable()
Indicates whether to rotate a label by attribute. |
boolean |
isPerpendicularToAngle()
Indicates whether to draw the label perpendicular to the angle. |
void |
setAlignLabelToAngle(boolean flag)
Indicates whether to draw the label aligned to the angle (no flip). |
void |
setEnable(boolean flag)
Indicates whether to rotate a label by attribute. |
void |
setPerpendicularToAngle(boolean flag)
Indicates whether to draw the label perpendicular to the angle. |
void |
setRotationField(String field)
The attribute field that contains the label angle. |
void |
setRotationType(int type)
Defines the format the rotation field in. |
Method Detail |
---|
boolean isEnable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnable(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRotationType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotationType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.carto.esriLabelRotationType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRotationField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotationField(String field) throws IOException, AutomationException
field
- The field (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPerpendicularToAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPerpendicularToAngle(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAlignLabelToAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlignLabelToAngle(boolean flag) throws IOException, AutomationException
flag
- The flag (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 |