Description: 'Provides access to members that control the Mainline 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 IMainLineTreeLayoutProxy extends INetworkDiagramLayoutProxy implements IMainLineTreeLayout, 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, IID5b7c0a24_b082_4f6f_afd0_e269c78f80f5
IID991f111c_8569_470f_961d_361941d63ca9
Modifier | Constructor and Description |
---|---|
|
IMainLineTreeLayoutProxy()
Deprecated.
For internal use only
|
|
IMainLineTreeLayoutProxy(java.lang.Object obj)
Deprecated.
|
protected |
IMainLineTreeLayoutProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMainLineTreeLayoutProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMainLineTreeLayoutProxy(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 main line direction; that is, 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 main line.
|
int |
getDirection()
Deprecated.
Indicates the direction of the main line.
|
double |
getDisjoinedGraphSpacing()
Deprecated.
Indicates the minimum spacing that must separate diagram features belonging to disjoined graphs when the diagram contains such graphs.
|
int |
getEdgesType()
Deprecated.
Indicates the type of display for the diagram edges (right angles, curved geometry, or no refinement).
|
double |
getOffset()
Deprecated.
Indicates the distance used to separate diagram edge segments that are overlapping.
|
double |
getPerpendicularSpacing()
Deprecated.
Indicates the spacing between the diagram junctions that display perpendicularly to the main line direction; that is, spacing between the diagram junctions that belong to a same hierarchical level.
|
int |
getPlacement()
Deprecated.
Indicates how branches from the main line is relatively placed with regard to its direction.
|
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 main line direction; that is, 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 main line.
|
void |
setDirection(int pVal)
Deprecated.
Indicates the direction of the main line.
|
void |
setDisjoinedGraphSpacing(double pVal)
Deprecated.
Indicates the minimum spacing that must separate diagram features belonging to disjoined graphs when the diagram contains such graphs.
|
void |
setEdgesType(int pVal)
Deprecated.
Indicates the type of display for the diagram edges (right angles, curved geometry, or no refinement).
|
void |
setOffset(double pVal)
Deprecated.
Indicates the distance 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 main line direction; that is, spacing between the diagram junctions that belong to a same hierarchical level.
|
void |
setPlacement(int pVal)
Deprecated.
Indicates how branches from the main line is relatively placed with regard to its direction.
|
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 IMainLineTreeLayoutProxy(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 IMainLineTreeLayoutProxy()
public IMainLineTreeLayoutProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMainLineTreeLayoutProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMainLineTreeLayoutProxy(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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 IMainLineTreeLayout
pVal
- The pVal (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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 int getPlacement() throws java.io.IOException, AutomationException
getPlacement
in interface IMainLineTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPlacement(int pVal) throws java.io.IOException, AutomationException
setPlacement
in interface IMainLineTreeLayout
pVal
- A com.esri.arcgis.geodatabase.esriLayoutBranchPlacementType constant (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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 IMainLineTreeLayout
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 IMainLineTreeLayout
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.