Uses of Class
org.pathvisio.libgpml.model.LineElement
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of LineElement in org.pathvisio.libgpml.model
Subclasses of LineElement in org.pathvisio.libgpml.model Modifier and Type Class Description class
GraphicalLine
This class stores information for GraphicalLine pathway element.class
Interaction
This class stores information for an Interaction pathway element.Methods in org.pathvisio.libgpml.model that return LineElement Modifier and Type Method Description LineElement
LineElement.GenericPoint. getLineElement()
Returns the parent interaction or graphicalLine for this point.Methods in org.pathvisio.libgpml.model that return types with arguments of type LineElement Modifier and Type Method Description java.util.List<LineElement>
PathwayModel. getLineElements()
Returns all line pathway elements for the pathway model (interactions and graphicalLines).Methods in org.pathvisio.libgpml.model with parameters of type LineElement Modifier and Type Method Description void
LineElement. copyValuesFrom(LineElement src)
Copies values from the given source pathway element.private ConnectorShape.Segment
LineElement. findAnchorSegment(LineElement attLine, double pos)
protected void
GPML2013aReader. readAnchors(LineElement lineElement, org.jdom2.Element gfx, java.util.Set<java.lang.String> elementIdSet)
Reads anchorLineElement.Anchor
information for line element from element.protected void
GPML2021Reader. readAnchors(LineElement lineElement, org.jdom2.Element wyps)
Reads anchorLineElement.Anchor
information for line element from jdom element.protected void
GPML2013aReader. readLineElement(LineElement lineElement, org.jdom2.Element ln, java.util.Set<java.lang.String> elementIdSet, java.util.Map<java.lang.String,GPML2013aReader.PublicationXref> idToPublicationXref, java.util.Map<java.lang.String,Group> groupIdToGroup)
Reads line elementLineElement
information for interaction or graphical line from jdom element.protected void
GPML2021Reader. readLineElement(PathwayModel pathwayModel, LineElement lineElement, org.jdom2.Element ln, java.util.Map<java.lang.String,org.jdom2.Element> refIdToJdomElement, java.util.Map<org.jdom2.Element,LineElement.LinePoint> elementToPoint)
Reads line elementLineElement
information for interaction or graphical line from jdom element.protected void
GPML2013aReader. readLineStyleProperty(LineElement lineElement, org.jdom2.Element gfx)
Reads line style property information.protected void
GPML2021Reader. readLineStyleProperty(LineElement lineElement, org.jdom2.Element gfx)
Reads line style property information.protected void
GPML2013aReader. readPoints(LineElement lineElement, org.jdom2.Element ln, java.util.Set<java.lang.String> elementIdSet, java.util.Map<org.jdom2.Element,LineElement.LinePoint> elementToPoint)
Reads pointsLineElement.LinePoint
for pathway model line pathway elements.protected void
GPML2021Reader. readPoints(LineElement lineElement, org.jdom2.Element wyps, java.util.Map<org.jdom2.Element,LineElement.LinePoint> elementToPoint)
Reads pointLineElement.LinePoint
information for line element.protected void
GPML2013aWriter. writeLineDynamicProperties(java.util.Map<java.lang.String,java.lang.String> dynamicProperties, LineElement lineElement, org.jdom2.Element ln)
Writes dynamic property information forLineElement
.protected void
GPML2013aWriter. writeLineElement(LineElement lineElement, org.jdom2.Element ln)
Writes line elementLineElement
information for interactions or graphicalLines.protected void
GPML2021Writer. writeLineElement(LineElement lineElement, org.jdom2.Element ln)
Writes line elementLineElement
information for interactions or graphicalLines.protected void
GPML2013aWriter. writeLineStyleProperty(LineElement lineElement, org.jdom2.Element gfx)
Writes line style property information.protected void
GPML2021Writer. writeLineStyleProperty(LineElement lineElement, org.jdom2.Element gfx)
Writes line style property information.protected void
GPML2013aWriter. writePoints(LineElement lineElement, org.jdom2.Element gfx)
Writes pointLineElement.LinePoint
information.protected void
GPML2021Writer. writePoints(LineElement lineElement, org.jdom2.Element wyps)
Writes pointLineElement.LinePoint
information.