com.esri.arcgis.carto
Interface IMaplexRotationProperties2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMaplexRotationProperties2Proxy, MaplexRotationProperties

public interface IMaplexRotationProperties2
extends java.io.Serializable

COM Interface 'IMaplexRotationProperties2'. 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 IIDdef4269e_effa_b003_28fe_ba19e4ee412a
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDdef4269e_effa_b003_28fe_ba19e4ee412a

static final int IIDdef4269e_effa_b003_28fe_ba19e4ee412a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAlignmentType

int getAlignmentType()
                     throws java.io.IOException,
                            AutomationException
Defines alignment options for a rotated label.

Returns:
A com.esri.arcgis.carto.esriMaplexRotationAlignmentType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlignmentType

void setAlignmentType(int type)
                      throws java.io.IOException,
                             AutomationException
Defines alignment options for a rotated label.

Parameters:
type - A com.esri.arcgis.carto.esriMaplexRotationAlignmentType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAdditionalAngle

int getAdditionalAngle()
                       throws java.io.IOException,
                              AutomationException
Additional angle to add to the value obtained from the field.

Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAdditionalAngle

void setAdditionalAngle(int value)
                        throws java.io.IOException,
                               AutomationException
Additional angle to add to the value obtained from the field.

Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.