Uses of Class
org.pathvisio.libgpml.model.connector.ConnectorShape.WayPoint
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
| org.pathvisio.libgpml.model.connector |
Line connectors classes
|
-
Uses of ConnectorShape.WayPoint in org.pathvisio.libgpml.model
Methods in org.pathvisio.libgpml.model that return ConnectorShape.WayPoint Modifier and Type Method Description ConnectorShape.WayPoint[]LineElement. getWayPointPreferences()Get the preferred waypoints, to which the connector must draw it's path.Methods in org.pathvisio.libgpml.model with parameters of type ConnectorShape.WayPoint Modifier and Type Method Description voidLineElement. adjustWayPointPreferences(ConnectorShape.WayPoint[] waypoints) -
Uses of ConnectorShape.WayPoint in org.pathvisio.libgpml.model.connector
Fields in org.pathvisio.libgpml.model.connector declared as ConnectorShape.WayPoint Modifier and Type Field Description private ConnectorShape.WayPoint[]AbstractConnector. waypointsMethods in org.pathvisio.libgpml.model.connector that return ConnectorShape.WayPoint Modifier and Type Method Description protected ConnectorShape.WayPointElbowConnectorShape. calculateWayPoint(java.awt.geom.Point2D start, java.awt.geom.Point2D end, int axis, int direction)protected ConnectorShape.WayPoint[]ElbowConnectorShape. calculateWayPoints(ConnectorRestrictions restrictions)ConnectorShape.WayPoint[]ConnectorRestrictions. getWayPointPreferences()Returns the preferred waypoints, to which the connector must draw it's path.ConnectorShape.WayPoint[]AbstractConnector. getWayPoints()Returns the waypoints of the connector shape as an array.ConnectorShape.WayPoint[]ConnectorShape. getWayPoints()Get the waypoints through which the connector passesprotected ConnectorShape.WayPoint[]CurvedConnectorShape. wayPointsToCenter(ConnectorShape.WayPoint[] waypoints, ConnectorShape.Segment[] segments)protected ConnectorShape.WayPoint[]ElbowConnectorShape. wayPointsToCenter(ConnectorShape.WayPoint[] waypoints, ConnectorShape.Segment[] segments)Sets all waypoints to the center of the segments.Methods in org.pathvisio.libgpml.model.connector with parameters of type ConnectorShape.WayPoint 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.voidAbstractConnector. setWayPoints(ConnectorShape.WayPoint[] waypoints)Sets the waypoints cache that will be returned byAbstractConnector.getWayPoints().protected ConnectorShape.WayPoint[]CurvedConnectorShape. wayPointsToCenter(ConnectorShape.WayPoint[] waypoints, ConnectorShape.Segment[] segments)protected ConnectorShape.WayPoint[]ElbowConnectorShape. wayPointsToCenter(ConnectorShape.WayPoint[] waypoints, ConnectorShape.Segment[] segments)Sets all waypoints to the center of the segments.