Uses of Class
org.pathvisio.libgpml.model.Shape
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Shape in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model with type parameters of type Shape Modifier and Type Field Description private java.util.List<Shape>
PathwayModel. shapes
Methods in org.pathvisio.libgpml.model that return types with arguments of type Shape Modifier and Type Method Description java.util.List<Shape>
PathwayModel. getShapes()
Returns the list of shape pathway elements.Methods in org.pathvisio.libgpml.model with parameters of type Shape Modifier and Type Method Description void
PathwayModel. addShape(Shape shape)
Adds the given shape to shapes list.Sets pathwayModel and elementId, and maps to elementIdToPathwayObject.void
Shape. copyValuesFrom(Shape src)
Copies values from the given source pathway element.void
PathwayModel. removeShape(Shape shape)
Removes the given shape from shapes list and elementIdToPathwayObject map.Method parameters in org.pathvisio.libgpml.model with type arguments of type Shape Modifier and Type Method Description protected void
GPML2013aWriter. writeShapes(java.util.List<Shape> shapes, org.jdom2.Element root)
Writes shapeShape
information.protected void
GPML2021Writer. writeShapes(java.util.List<Shape> shapes, org.jdom2.Element root)
Writes shapeShape
information.