Uses of Class
org.pathvisio.libgpml.model.Label
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Label in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model with type parameters of type Label Modifier and Type Field Description private java.util.List<Label>
PathwayModel. labels
Methods in org.pathvisio.libgpml.model that return types with arguments of type Label Modifier and Type Method Description java.util.List<Label>
PathwayModel. getLabels()
Returns the list of label pathway elements.Methods in org.pathvisio.libgpml.model with parameters of type Label Modifier and Type Method Description void
PathwayModel. addLabel(Label label)
Adds the given label to labels list.void
Label. copyValuesFrom(Label src)
Copies values from the given source pathway element.void
PathwayModel. removeLabel(Label label)
Removes the given label from labels list and elementIdToPathwayObject map.Method parameters in org.pathvisio.libgpml.model with type arguments of type Label Modifier and Type Method Description protected void
GPML2013aWriter. writeLabels(java.util.List<Label> labels, org.jdom2.Element root)
Writes labelLabel
information.protected void
GPML2021Writer. writeLabels(java.util.List<Label> labels, org.jdom2.Element root)
Writes labelLabel
information.