Uses of Class
org.pathvisio.libgpml.model.GraphicalLine
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of GraphicalLine in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model with type parameters of type GraphicalLine Modifier and Type Field Description private java.util.List<GraphicalLine>
PathwayModel. graphicalLines
Methods in org.pathvisio.libgpml.model that return types with arguments of type GraphicalLine Modifier and Type Method Description java.util.List<GraphicalLine>
PathwayModel. getGraphicalLines()
Returns the list of graphical line pathway elements.Methods in org.pathvisio.libgpml.model with parameters of type GraphicalLine Modifier and Type Method Description void
PathwayModel. addGraphicalLine(GraphicalLine graphicalLine)
Adds the given graphicalLine to graphicalLines list.void
PathwayModel. removeGraphicalLine(GraphicalLine graphicalLine)
Removes the given graphicalLine from graphicalLines list and elementIdToPathwayObject map..Method parameters in org.pathvisio.libgpml.model with type arguments of type GraphicalLine Modifier and Type Method Description protected void
GPML2013aWriter. writeGraphicalLines(java.util.List<GraphicalLine> graphicalLines, org.jdom2.Element root)
Writes graphical lineGraphicalLine
information.protected void
GPML2021Writer. writeGraphicalLines(java.util.List<GraphicalLine> graphicalLines, org.jdom2.Element root)
Writes graphical lineGraphicalLine
information.