com.aspose.diagram
Class ConnectorRule

java.lang.Object
    extended by 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 Summary
ConnectiongetEndShapeConnection()
           The shape's connection to which a connection is made.
longgetEndShapeId()
           The shape to which a connection is made.
ConnectiongetStartShapeConnection()
           The shape's connection from which a connection is made.
longgetStartShapeId()
           The shape from which a connection is made.
 

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.