public interface IMainRingLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Main Ring 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 |
IID8f15d4ee_202b_4b5a_b714_ed384e527ca9 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getBreakPointPosition()
Indicates the percentage number that defines the relative position of the break point on the last segment of the diagram edges; that is, on the diagram edge segment parallel to the main line.
|
int |
getEdgesType()
Indicates if the diagram edges must display either with right angles, curved geometry, or no refinement.
|
double |
getOffset()
Indicates the distance used to separate diagram edge segments that are overlapping.
|
double |
getRingHeight()
Indicates the height of the main ring.
|
int |
getRingType()
Indicates the type of the main ring form; that is, rectangle or ellipse.
|
double |
getRingWidth()
Indicates the width of the main ring.
|
double |
getSubTreeAlongSpacing()
Indicates the spacing between the diagram junctions that display along the tree direction; that is, the spacing between a diagram junction belonging to the (n) hierarchical level and a diagram junction belonging to the (n+1) hierarchical level.
|
double |
getSubTreePerpendicularSpacing()
Indicates the spacing between the diagram junctions that display perpendicularly to the tree direction; that is, the spacing between the diagram junctions that belong to a same hierarchical level.
|
int |
getSubtreeType()
Indicates how the trees coming out of the main ring's junctions are positioned.
|
boolean |
isAbsoluteUnit()
Indicates whether the values set for the spacing parameters are interpreted as absolute units.
|
void |
setAbsoluteUnit(boolean pVal)
Indicates whether the values set for the spacing parameters are interpreted as absolute units.
|
void |
setBreakPointPosition(double pVal)
Indicates the percentage number that defines the relative position of the break point on the last segment of the diagram edges; that is, on the diagram edge segment parallel to the main line.
|
void |
setEdgesType(int pVal)
Indicates if the diagram edges must display either with right angles, curved geometry, or no refinement.
|
void |
setOffset(double pVal)
Indicates the distance used to separate diagram edge segments that are overlapping.
|
void |
setRingHeight(double pVal)
Indicates the height of the main ring.
|
void |
setRingType(int pVal)
Indicates the type of the main ring form; that is, rectangle or ellipse.
|
void |
setRingWidth(double pVal)
Indicates the width of the main ring.
|
void |
setSubTreeAlongSpacing(double pVal)
Indicates the spacing between the diagram junctions that display along the tree direction; that is, the spacing between a diagram junction belonging to the (n) hierarchical level and a diagram junction belonging to the (n+1) hierarchical level.
|
void |
setSubTreePerpendicularSpacing(double pVal)
Indicates the spacing between the diagram junctions that display perpendicularly to the tree direction; that is, the spacing between the diagram junctions that belong to a same hierarchical level.
|
void |
setSubtreeType(int pVal)
Indicates how the trees coming out of the main ring's junctions are positioned.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IID8f15d4ee_202b_4b5a_b714_ed384e527ca9
static final int xxDummy
static final java.lang.String IID
int getRingType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRingType(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutMainRingType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getRingHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRingHeight(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.double getRingWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRingWidth(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.int getSubtreeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubtreeType(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutHierarchicalType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSubTreeAlongSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubTreeAlongSpacing(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.double getSubTreePerpendicularSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubTreePerpendicularSpacing(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.double getBreakPointPosition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBreakPointPosition(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.int getEdgesType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgesType(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutEdgesType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAbsoluteUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAbsoluteUnit(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.void setOffset(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.double getOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.