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. graphicalLinesMethods 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 voidPathwayModel. addGraphicalLine(GraphicalLine graphicalLine)Adds the given graphicalLine to graphicalLines list.voidPathwayModel. 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 voidGPML2013aWriter. writeGraphicalLines(java.util.List<GraphicalLine> graphicalLines, org.jdom2.Element root)Writes graphical lineGraphicalLineinformation.protected voidGPML2021Writer. writeGraphicalLines(java.util.List<GraphicalLine> graphicalLines, org.jdom2.Element root)Writes graphical lineGraphicalLineinformation.