public interface IRotateTreeLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Rotate Tree layout.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3a191a81_29d4_49d1_9f91_7771e98e43f6 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getRotation()
Indicates the angle in degrees that is used to rotate the tree.
|
boolean |
isRotateJunction()
Indicates whether the algorithm adds the Rotation parameter value to the Element rotation field value for each processed diagram junction.
|
void |
setRotateJunction(boolean pVal)
Indicates whether the algorithm adds the Rotation parameter value to the Element rotation field value for each processed diagram junction.
|
void |
setRotation(double pVal)
Indicates the angle in degrees that is used to rotate the tree.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IID3a191a81_29d4_49d1_9f91_7771e98e43f6
static final int xxDummy
static final java.lang.String IID
boolean isRotateJunction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRotateJunction(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getRotation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRotation(double pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.