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. shapesMethods 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 voidPathwayModel. addShape(Shape shape)Adds the given shape to shapes list.Sets pathwayModel and elementId, and maps to elementIdToPathwayObject.voidShape. copyValuesFrom(Shape src)Copies values from the given source pathway element.voidPathwayModel. 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 voidGPML2013aWriter. writeShapes(java.util.List<Shape> shapes, org.jdom2.Element root)Writes shapeShapeinformation.protected voidGPML2021Writer. writeShapes(java.util.List<Shape> shapes, org.jdom2.Element root)Writes shapeShapeinformation.