Class Connection
java.lang.Object
com.independentsoft.office.diagrams.Connection
The Class Connection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the connection type.Gets the destination id.longGets the destination position.Gets the model id.Gets the parent transition id.Gets the presentation id.Gets the sibling transition id.Gets the source id.longGets the source position.voidsetConnectionType(ConnectionType connectionType)Sets the connection type.voidsetDestinationID(String destinationID)Sets the destination id.voidsetDestinationPosition(long destinationPosition)Sets the destination position.voidsetModelID(String modelID)Sets the model id.voidsetParentTransitionID(String parentTransitionID)Sets the parent transition id.voidsetPresentationID(String presentationID)Sets the presentation id.voidsetSiblingTransitionID(String siblingTransitionID)Sets the sibling transition id.voidsetSourceID(String sourceID)Sets the source id.voidsetSourcePosition(long sourcePosition)Sets the source position.toString()
-
Constructor Details
-
Connection
public Connection()Instantiates a new connection.
-
-
Method Details
-
clone
-
toString
-
getDestinationID
Gets the destination id.- Returns:
- the destination id
-
setDestinationID
Sets the destination id.- Parameters:
destinationID- the new destination id
-
getDestinationPosition
public long getDestinationPosition()Gets the destination position.- Returns:
- the destination position
-
setDestinationPosition
public void setDestinationPosition(long destinationPosition)Sets the destination position.- Parameters:
destinationPosition- the new destination position
-
getModelID
Gets the model id.- Returns:
- the model id
-
setModelID
Sets the model id.- Parameters:
modelID- the new model id
-
getParentTransitionID
Gets the parent transition id.- Returns:
- the parent transition id
-
setParentTransitionID
Sets the parent transition id.- Parameters:
parentTransitionID- the new parent transition id
-
getPresentationID
Gets the presentation id.- Returns:
- the presentation id
-
setPresentationID
Sets the presentation id.- Parameters:
presentationID- the new presentation id
-
getSiblingTransitionID
Gets the sibling transition id.- Returns:
- the sibling transition id
-
setSiblingTransitionID
Sets the sibling transition id.- Parameters:
siblingTransitionID- the new sibling transition id
-
getSourceID
Gets the source id.- Returns:
- the source id
-
setSourceID
Sets the source id.- Parameters:
sourceID- the new source id
-
getSourcePosition
public long getSourcePosition()Gets the source position.- Returns:
- the source position
-
setSourcePosition
public void setSourcePosition(long sourcePosition)Sets the source position.- Parameters:
sourcePosition- the new source position
-
getConnectionType
Gets the connection type.- Returns:
- the connection type
-
setConnectionType
Sets the connection type.- Parameters:
connectionType- the new connection type
-