Uses of Interface
org.pathvisio.libgpml.model.shape.IShape
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
org.pathvisio.libgpml.model.shape |
Shape defining classes
|
org.pathvisio.libgpml.model.type |
Enum type classes
|
-
Uses of IShape in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as IShape Modifier and Type Field Description private IShape
ShapedElement. shapeType
Methods in org.pathvisio.libgpml.model that return IShape Modifier and Type Method Description IShape
ShapedElement. getShapeType()
Returns the visual appearance of a two dimensional object, e.g.Methods in org.pathvisio.libgpml.model with parameters of type IShape Modifier and Type Method Description void
ShapedElement. setShapeType(IShape v)
Returns the visual appearance of a two dimensional object, e.g. -
Uses of IShape in org.pathvisio.libgpml.model.shape
Classes in org.pathvisio.libgpml.model.shape that implement IShape Modifier and Type Class Description class
AbstractShape
Class for shapes.Fields in org.pathvisio.libgpml.model.shape declared as IShape Modifier and Type Field Description static IShape
ShapeRegistry. DEFAULT_SHAPE
Fields in org.pathvisio.libgpml.model.shape with type parameters of type IShape Modifier and Type Field Description private static java.util.Map<java.lang.String,IShape>
ShapeRegistry. shapeMap
Methods in org.pathvisio.libgpml.model.shape that return IShape Modifier and Type Method Description static IShape
ShapeRegistry. fromName(java.lang.String name)
Returns ShapeType corresponding to given name.Methods in org.pathvisio.libgpml.model.shape with parameters of type IShape Modifier and Type Method Description static void
ShapeRegistry. registerShape(IShape iShape)
Registers the given IShape. -
Uses of IShape in org.pathvisio.libgpml.model.type
Classes in org.pathvisio.libgpml.model.type that implement IShape Modifier and Type Class Description class
ShapeType
This enum class contains extensible enum for Shape type property.