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 IShapeShapedElement. shapeTypeMethods in org.pathvisio.libgpml.model that return IShape Modifier and Type Method Description IShapeShapedElement. 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 voidShapedElement. 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 classAbstractShapeClass for shapes.Fields in org.pathvisio.libgpml.model.shape declared as IShape Modifier and Type Field Description static IShapeShapeRegistry. DEFAULT_SHAPEFields 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. shapeMapMethods in org.pathvisio.libgpml.model.shape that return IShape Modifier and Type Method Description static IShapeShapeRegistry. 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 voidShapeRegistry. 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 classShapeTypeThis enum class contains extensible enum for Shape type property.