Description: 'Provides access to members that control the Smart 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 =
public class ISmartTreeLayoutProxy extends INetworkDiagramLayoutProxy implements ISmartTreeLayout, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID921ecec3_baec_4ba1_8cf9_87b6d39a9c75
IID991f111c_8569_470f_961d_361941d63ca9
Modifier | Constructor and Description |
---|---|
|
ISmartTreeLayoutProxy()
Deprecated.
For internal use only
|
|
ISmartTreeLayoutProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISmartTreeLayoutProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISmartTreeLayoutProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISmartTreeLayoutProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
double |
getAlongSpacing()
Deprecated.
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 |
getBreakPointPosition()
Deprecated.
Percentage number that indicates 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 tree direction.
|
int |
getDirection()
Deprecated.
Indicates the direction of the smart tree structure.
|
double |
getDisjoinedGraphSpacing()
Deprecated.
Indicates the minimum spacing that separates diagram features belonging to disjoined graphs when the diagram contains such graphs.
|
int |
getEdgesType()
Deprecated.
Indicates if the diagram edges must display either with right angles, curved geometry, or no refinement.
|
double |
getOffset()
Deprecated.
Indicates the distance that is used to separate diagram edge segments that are overlapping.
|
double |
getPerpendicularSpacing()
Deprecated.
Indicates the spacing between the diagram junctions that display perpendicularly to the tree direction and belong to the same subtree level; that is, spacing between the junctions that belong to the same hierarchical level in the same subtree.
|
double |
getSubtreeSpacing()
Deprecated.
Indicates the spacing between two neighbor subtrees; that is, spacing between the junctions that display perpendicularly to the tree direction and that belong to two different subtrees.
|
boolean |
isAbsoluteUnit()
Deprecated.
Indicates whether the values set for the spacing parameters are interpreted as absolute units.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAbsoluteUnit(boolean pVal)
Deprecated.
Indicates whether the values set for the spacing parameters are interpreted as absolute units.
|
void |
setAlongSpacing(double pVal)
Deprecated.
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 |
setBreakPointPosition(double pVal)
Deprecated.
Percentage number that indicates 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 tree direction.
|
void |
setDirection(int pVal)
Deprecated.
Indicates the direction of the smart tree structure.
|
void |
setDisjoinedGraphSpacing(double pVal)
Deprecated.
Indicates the minimum spacing that separates diagram features belonging to disjoined graphs when the diagram contains such graphs.
|
void |
setEdgesType(int pVal)
Deprecated.
Indicates if the diagram edges must display either with right angles, curved geometry, or no refinement.
|
void |
setOffset(double pVal)
Deprecated.
Indicates the distance that is used to separate diagram edge segments that are overlapping.
|
void |
setPerpendicularSpacing(double pVal)
Deprecated.
Indicates the spacing between the diagram junctions that display perpendicularly to the tree direction and belong to the same subtree level; that is, spacing between the junctions that belong to the same hierarchical level in the same subtree.
|
void |
setSubtreeSpacing(double pVal)
Deprecated.
Indicates the spacing between two neighbor subtrees; that is, spacing between the junctions that display perpendicularly to the tree direction and that belong to two different subtrees.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
public static final java.lang.Class targetClass
public boolean noncastable
public ISmartTreeLayoutProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ISmartTreeLayoutProxy()
public ISmartTreeLayoutProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISmartTreeLayoutProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISmartTreeLayoutProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class INetworkDiagramLayoutProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class INetworkDiagramLayoutProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public double getDisjoinedGraphSpacing() throws java.io.IOException, AutomationException
getDisjoinedGraphSpacing
in interface ISmartTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDisjoinedGraphSpacing(double pVal) throws java.io.IOException, AutomationException
setDisjoinedGraphSpacing
in interface ISmartTreeLayout
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getAlongSpacing() throws java.io.IOException, AutomationException
getAlongSpacing
in interface ISmartTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAlongSpacing(double pVal) throws java.io.IOException, AutomationException
setAlongSpacing
in interface ISmartTreeLayout
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getPerpendicularSpacing() throws java.io.IOException, AutomationException
getPerpendicularSpacing
in interface ISmartTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPerpendicularSpacing(double pVal) throws java.io.IOException, AutomationException
setPerpendicularSpacing
in interface ISmartTreeLayout
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getSubtreeSpacing() throws java.io.IOException, AutomationException
getSubtreeSpacing
in interface ISmartTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSubtreeSpacing(double pVal) throws java.io.IOException, AutomationException
setSubtreeSpacing
in interface ISmartTreeLayout
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getDirection() throws java.io.IOException, AutomationException
getDirection
in interface ISmartTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDirection(int pVal) throws java.io.IOException, AutomationException
setDirection
in interface ISmartTreeLayout
pVal
- A com.esri.arcgis.geodatabase.esriLayoutTreeDirection constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getBreakPointPosition() throws java.io.IOException, AutomationException
getBreakPointPosition
in interface ISmartTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBreakPointPosition(double pVal) throws java.io.IOException, AutomationException
setBreakPointPosition
in interface ISmartTreeLayout
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getEdgesType() throws java.io.IOException, AutomationException
getEdgesType
in interface ISmartTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEdgesType(int pVal) throws java.io.IOException, AutomationException
setEdgesType
in interface ISmartTreeLayout
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.public boolean isAbsoluteUnit() throws java.io.IOException, AutomationException
isAbsoluteUnit
in interface ISmartTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAbsoluteUnit(boolean pVal) throws java.io.IOException, AutomationException
setAbsoluteUnit
in interface ISmartTreeLayout
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOffset(double pVal) throws java.io.IOException, AutomationException
setOffset
in interface ISmartTreeLayout
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getOffset() throws java.io.IOException, AutomationException
getOffset
in interface ISmartTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.