|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexRotationProperties
COM Interface 'IMaplexRotationProperties'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the placement of rotated labels.' 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 |
IID20664808_77af_65e1_faef_18e6f9ec732a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.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(java.lang.String field)
The attribute field that contains the label angle. |
void |
setRotationType(int type)
Defines the format the rotation field in. |
Field Detail |
---|
static final int IID20664808_77af_65e1_faef_18e6f9ec732a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isEnable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnable(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRotationType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotationType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.esriLabelRotationType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRotationField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotationField(java.lang.String field) throws java.io.IOException, AutomationException
field
- The field (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPerpendicularToAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPerpendicularToAngle(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAlignLabelToAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlignLabelToAngle(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (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 |