|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexRotationProperties2
Provides access to members that control the placement of rotated labels.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
int |
getAdditionalAngle()
Additional angle to add to the value obtained from the field. |
int |
getAlignmentType()
Defines alignment options for a rotated label. |
void |
setAdditionalAngle(int value)
Additional angle to add to the value obtained from the field. |
void |
setAlignmentType(int type)
Defines alignment options for a rotated label. |
Method Detail |
---|
int getAlignmentType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlignmentType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.carto.esriMaplexRotationAlignmentType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAdditionalAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAdditionalAngle(int value) throws IOException, AutomationException
value
- The value (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 |