Package org.pathvisio.libgpml.model.connector
Line connectors classes
-
Interface Summary Interface Description ConnectorRestrictions Methods to provide restrictions for the connector pathConnectorShape Implement this to provide a line shape for connectors. -
Class Summary Class Description AbstractConnector Abstract connector shape implementation that deals with cached shapes, segments and waypoints.ConnectorShape.Segment A single segment of the connector path.ConnectorShape.WayPoint The class for a waypoint, a point through which the connector passes.ConnectorShapeFactory Constructs connector shapes.CurvedConnectorShape Implements a curved connector that draws curved lines between the segments.ElbowConnectorShape ConnectorShape implementation for the elbow connector.FreeConnectorShape Implements a connector that draws straight lines between multiple waypoints.SegmentedConnector Base class for segmented connectors.StraightConnectorShape Implements a straight connector Shape, i.e.TestSegmentedConnector Test for segmented connector.