Uses of Interface
org.pathvisio.libgpml.model.connector.ConnectorRestrictions
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
org.pathvisio.libgpml.model.connector |
Line connectors classes
|
-
Uses of ConnectorRestrictions in org.pathvisio.libgpml.model
Classes in org.pathvisio.libgpml.model that implement ConnectorRestrictions Modifier and Type Class Description class
GraphicalLine
This class stores information for GraphicalLine pathway element.class
Interaction
This class stores information for an Interaction pathway element.class
LineElement
This abstract class stores information for a Line pathway element, e.g. -
Uses of ConnectorRestrictions in org.pathvisio.libgpml.model.connector
Methods in org.pathvisio.libgpml.model.connector with parameters of type ConnectorRestrictions Modifier and Type Method Description protected ConnectorShape.Segment[]
CurvedConnectorShape. calculateSegments(ConnectorRestrictions restrictions, ConnectorShape.WayPoint[] waypoints)
Also calculates curvedSegments and curve.protected ConnectorShape.Segment[]
ElbowConnectorShape. calculateSegments(ConnectorRestrictions restrictions, ConnectorShape.WayPoint[] waypoints)
protected ConnectorShape.Segment[]
FreeConnectorShape. calculateSegments(ConnectorRestrictions restrictions, ConnectorShape.WayPoint[] waypoints)
Calculates segments given restrictions and waypoints.protected ConnectorShape.WayPoint[]
ElbowConnectorShape. calculateWayPoints(ConnectorRestrictions restrictions)
protected int
ElbowConnectorShape. getNrSegments(ConnectorRestrictions restrictions)
private int
FreeConnectorShape. getNrSegments(ConnectorRestrictions restrictions)
Returns the number of segments given connector restrictions.boolean
ConnectorShape. hasValidWaypoints(ConnectorRestrictions restrictions)
Checks whether the waypoints as provided by the ConnectorRestrictions are valid and will be used to draw the connector pathboolean
ElbowConnectorShape. hasValidWaypoints(ConnectorRestrictions restrictions)
Checks if number of waypoints matches number of segments.boolean
FreeConnectorShape. hasValidWaypoints(ConnectorRestrictions restrictions)
Checks if number of waypoints matches number of segments.boolean
StraightConnectorShape. hasValidWaypoints(ConnectorRestrictions restrictions)
void
ConnectorShape. recalculateShape(ConnectorRestrictions restrictions)
Forces the connector to redraw it's path.void
ElbowConnectorShape. recalculateShape(ConnectorRestrictions restrictions)
Forces the connector to redraw it's path.void
FreeConnectorShape. recalculateShape(ConnectorRestrictions restrictions)
Forces the connector to redraw it's path.void
StraightConnectorShape. recalculateShape(ConnectorRestrictions restrictions)
Forces the connector to redraw it's path.