Uses of Interface
org.pathvisio.libgpml.model.connector.ConnectorShape
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
| org.pathvisio.libgpml.model.connector |
Line connectors classes
|
-
Uses of ConnectorShape in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as ConnectorShape Modifier and Type Field Description (package private) ConnectorShapeLineElement. shapeMethods in org.pathvisio.libgpml.model that return ConnectorShape Modifier and Type Method Description ConnectorShapeLineElement. getConnectorShape()The Connector Shape for this line - the connector shape can calculate a Shape based on the connector type (straight, elbow or curved) and possibly way points -
Uses of ConnectorShape in org.pathvisio.libgpml.model.connector
Classes in org.pathvisio.libgpml.model.connector that implement ConnectorShape Modifier and Type Class Description classAbstractConnectorAbstract connector shape implementation that deals with cached shapes, segments and waypoints.classCurvedConnectorShapeImplements a curved connector that draws curved lines between the segments.classElbowConnectorShapeConnectorShape implementation for the elbow connector.classFreeConnectorShapeImplements a connector that draws straight lines between multiple waypoints.classSegmentedConnectorBase class for segmented connectors.classStraightConnectorShapeImplements a straight connector Shape, i.e.Fields in org.pathvisio.libgpml.model.connector with type parameters of type ConnectorShape Modifier and Type Field Description private static java.util.Map<java.lang.String,java.lang.Class<? extends ConnectorShape>>ConnectorShapeFactory. shapesMethods in org.pathvisio.libgpml.model.connector that return ConnectorShape Modifier and Type Method Description static ConnectorShapeConnectorShapeFactory. createConnectorShape(java.lang.String name)Creates an instance of a the implementor of ConnectorShape identified by the given name.Methods in org.pathvisio.libgpml.model.connector that return types with arguments of type ConnectorShape Modifier and Type Method Description static java.lang.Class<? extends ConnectorShape>ConnectorShapeFactory. getImplementingClass(java.lang.String name)Returns the class that implements ConnectorShape identified by the given nameMethod parameters in org.pathvisio.libgpml.model.connector with type arguments of type ConnectorShape Modifier and Type Method Description static voidConnectorShapeFactory. registerShape(java.lang.String name, java.lang.Class<? extends ConnectorShape> shapeClass)