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 classGraphicalLineThis class stores information for GraphicalLine pathway element.classInteractionThis class stores information for an Interaction pathway element.classLineElementThis 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 intElbowConnectorShape. getNrSegments(ConnectorRestrictions restrictions)private intFreeConnectorShape. getNrSegments(ConnectorRestrictions restrictions)Returns the number of segments given connector restrictions.booleanConnectorShape. hasValidWaypoints(ConnectorRestrictions restrictions)Checks whether the waypoints as provided by the ConnectorRestrictions are valid and will be used to draw the connector pathbooleanElbowConnectorShape. hasValidWaypoints(ConnectorRestrictions restrictions)Checks if number of waypoints matches number of segments.booleanFreeConnectorShape. hasValidWaypoints(ConnectorRestrictions restrictions)Checks if number of waypoints matches number of segments.booleanStraightConnectorShape. hasValidWaypoints(ConnectorRestrictions restrictions)voidConnectorShape. recalculateShape(ConnectorRestrictions restrictions)Forces the connector to redraw it's path.voidElbowConnectorShape. recalculateShape(ConnectorRestrictions restrictions)Forces the connector to redraw it's path.voidFreeConnectorShape. recalculateShape(ConnectorRestrictions restrictions)Forces the connector to redraw it's path.voidStraightConnectorShape. recalculateShape(ConnectorRestrictions restrictions)Forces the connector to redraw it's path.