Uses of Interface
org.pathvisio.libgpml.model.Drawable
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Drawable in org.pathvisio.libgpml.model
Subinterfaces of Drawable in org.pathvisio.libgpml.model Modifier and Type Interface Description interface
Groupable
Interface for classes which can belong in aGroup
.Classes in org.pathvisio.libgpml.model that implement Drawable Modifier and Type Class Description class
DataNode
This class stores information for a DataNode pathway element.class
DataNode.State
This class stores all information relevant to a State pathway element.class
GraphicalLine
This class stores information for GraphicalLine pathway element.class
Group
This class stores all information relevant to a Group pathway element.class
Interaction
This class stores information for an Interaction pathway element.class
Label
This class stores all information relevant to a Label pathway element.class
LineElement
This abstract class stores information for a Line pathway element, e.g.class
LineElement.Anchor
This class stores information for an Anchor pathway element.class
LineElement.GenericPoint
Abstract class of generic point, extended byLineElement.LinePoint
andLineElement.Anchor
.class
LineElement.LinePoint
This class stores information for a Point pathway element.class
Shape
This class stores all information relevant to a Shape pathway element.class
ShapedElement
This class stores information for shaped pathway elementDataNode
,DataNode.State
,Label
,Shape
, andGroup
.