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. labelsMethods 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 voidPathwayModel. addLabel(Label label)Adds the given label to labels list.voidLabel. copyValuesFrom(Label src)Copies values from the given source pathway element.voidPathwayModel. 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 voidGPML2013aWriter. writeLabels(java.util.List<Label> labels, org.jdom2.Element root)Writes labelLabelinformation.protected voidGPML2021Writer. writeLabels(java.util.List<Label> labels, org.jdom2.Element root)Writes labelLabelinformation.