Uses of Class
org.pathvisio.libgpml.model.Pathway
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Pathway in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as Pathway Modifier and Type Field Description private PathwayPathwayModel. pathwayMethods in org.pathvisio.libgpml.model that return Pathway Modifier and Type Method Description PathwayPathwayModel. getPathway()Returns the pathway object containing metadata, e.g.protected PathwayGPML2013aReader. readPathway(Pathway pathway, org.jdom2.Element root)Reads pathway information from root element.protected PathwayGPML2021Reader. readPathway(Pathway pathway, org.jdom2.Element root)Reads pathway information from jdom root element.Methods in org.pathvisio.libgpml.model with parameters of type Pathway Modifier and Type Method Description voidPathway. copyValuesFrom(Pathway src)Note: doesn't change parent, only fields Used by UndoAction.protected voidGPML2021Reader. readAuthors(Pathway pathway, org.jdom2.Element root)Reads authorPathway.Authorinformation for pathway from root element.protected voidGPML2013aReader. readInfoBox(Pathway pathway, org.jdom2.Element root)Reads the infobox x and y coordinate information.protected voidGPML2013aReader. readLegend(Pathway pathway, org.jdom2.Element root)Reads the Legend CenterX and CenterY to pathway dynamic propertiesPathwayElement.setDynamicProperty(java.lang.String, java.lang.String).protected PathwayGPML2013aReader. readPathway(Pathway pathway, org.jdom2.Element root)Reads pathway information from root element.protected PathwayGPML2021Reader. readPathway(Pathway pathway, org.jdom2.Element root)Reads pathway information from jdom root element.private voidPathwayModel. removeOldPathway(Pathway oldP)Removes old pathway prior toPathwayModel.setNewPathway(org.pathvisio.libgpml.model.Pathway), both called byPathwayModel.replacePathway(org.pathvisio.libgpml.model.Pathway).protected voidPathwayModel. replacePathway(Pathway newP)Replaces the Pathway, callsPathwayModel.removeOldPathway(org.pathvisio.libgpml.model.Pathway)and thenPathwayModel.setNewPathway(org.pathvisio.libgpml.model.Pathway).private voidPathwayModel. setNewPathway(Pathway newP)Sets new pathway after toPathwayModel.removeOldPathway(org.pathvisio.libgpml.model.Pathway), both called byPathwayModel.replacePathway(org.pathvisio.libgpml.model.Pathway).protected voidGPML2013aWriter. writeInfoBox(Pathway pathway, org.jdom2.Element root)Writes the infobox x and y coordinate information.protected voidGPML2013aWriter. writeLegend(Pathway pathway, org.jdom2.Element root)Writes the legend x and y coordinate information.protected voidGPML2013aWriter. writePathwayDynamicProperties(Pathway pathway, org.jdom2.Element root)Writes dynamic property information for pathway or pathway element.