java.lang.Object
com.aspose.diagram.ConnectorRule
public class ConnectorRule
- extends java.lang.Object
Represents connector rule between two shapes with a connector,Including which connection point of which shape it starts from, the end shape and its connection point.
|
Property Getters/Setters Detail |
getStartShapeId | |
public long getStartShapeId()
|
-
The shape from which a connection is made.
getStartShapeConnection | |
public Connection getStartShapeConnection()
|
-
The shape's connection from which a connection is made.
getEndShapeConnection | |
public Connection getEndShapeConnection()
|
-
The shape's connection to which a connection is made.
getEndShapeId | |
public long getEndShapeId()
|
-
The shape to which a connection is made.
See Also:
Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
Aspose.Diagram Support Forum - our preferred method of support.