asposediagram.api

Class ConnectorRule

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
methodgetEndShapeConnection()
The shape's connection to which a connection is made.
methodgetEndShapeId()
The shape to which a connection is made.
methodgetStartShapeConnection()
The shape's connection from which a connection is made.
methodgetStartShapeId()
The shape from which a connection is made.
 

    • Property Getters/Setters Detail

      • getStartShapeId : long 

        long getStartShapeId()
        
        The shape from which a connection is made.
      • getStartShapeConnection : Connection 

        Connection getStartShapeConnection()
        
        The shape's connection from which a connection is made.
      • getEndShapeConnection : Connection 

        Connection getEndShapeConnection()
        
        The shape's connection to which a connection is made.
      • getEndShapeId : long 

        long getEndShapeId()
        
        The shape to which a connection is made.