Uses of Class
org.pathvisio.libgpml.model.shape.ArrowShape
Package | Description |
---|---|
org.pathvisio.libgpml.model.shape |
Shape defining classes
|
-
Uses of ArrowShape in org.pathvisio.libgpml.model.shape
Fields in org.pathvisio.libgpml.model.shape declared as ArrowShape Modifier and Type Field Description private static ArrowShape
ShapeRegistry. defaultArrow
Fields in org.pathvisio.libgpml.model.shape with type parameters of type ArrowShape Modifier and Type Field Description private static java.util.Map<java.lang.String,ArrowShape>
ShapeRegistry. arrowMap
Methods in org.pathvisio.libgpml.model.shape that return ArrowShape Modifier and Type Method Description static ArrowShape
ShapeRegistry. getArrow(java.lang.String name)
Returns a named arrow head.