Uses of Class
org.pathvisio.libgpml.model.shape.ShapeCatalog.Internal
Package | Description |
---|---|
org.pathvisio.libgpml.model.shape |
Shape defining classes
|
-
Uses of ShapeCatalog.Internal in org.pathvisio.libgpml.model.shape
Methods in org.pathvisio.libgpml.model.shape that return ShapeCatalog.Internal Modifier and Type Method Description static ShapeCatalog.Internal
ShapeCatalog.Internal. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShapeCatalog.Internal[]
ShapeCatalog.Internal. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pathvisio.libgpml.model.shape with parameters of type ShapeCatalog.Internal Modifier and Type Method Description static java.awt.Shape
ShapeCatalog. getPluggableShape(ShapeCatalog.Internal st)
Internal, Only for general shape types that can be described as a path.