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 classGraphicalLineThis class stores information for GraphicalLine pathway element.classInteractionThis class stores information for an Interaction pathway element.Methods in org.pathvisio.libgpml.model that return LineElement Modifier and Type Method Description LineElementLineElement.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 voidLineElement. copyValuesFrom(LineElement src)Copies values from the given source pathway element.private ConnectorShape.SegmentLineElement. findAnchorSegment(LineElement attLine, double pos)protected voidGPML2013aReader. readAnchors(LineElement lineElement, org.jdom2.Element gfx, java.util.Set<java.lang.String> elementIdSet)Reads anchorLineElement.Anchorinformation for line element from element.protected voidGPML2021Reader. readAnchors(LineElement lineElement, org.jdom2.Element wyps)Reads anchorLineElement.Anchorinformation for line element from jdom element.protected voidGPML2013aReader. 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 elementLineElementinformation for interaction or graphical line from jdom element.protected voidGPML2021Reader. 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 elementLineElementinformation for interaction or graphical line from jdom element.protected voidGPML2013aReader. readLineStyleProperty(LineElement lineElement, org.jdom2.Element gfx)Reads line style property information.protected voidGPML2021Reader. readLineStyleProperty(LineElement lineElement, org.jdom2.Element gfx)Reads line style property information.protected voidGPML2013aReader. 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.LinePointfor pathway model line pathway elements.protected voidGPML2021Reader. readPoints(LineElement lineElement, org.jdom2.Element wyps, java.util.Map<org.jdom2.Element,LineElement.LinePoint> elementToPoint)Reads pointLineElement.LinePointinformation for line element.protected voidGPML2013aWriter. writeLineDynamicProperties(java.util.Map<java.lang.String,java.lang.String> dynamicProperties, LineElement lineElement, org.jdom2.Element ln)Writes dynamic property information forLineElement.protected voidGPML2013aWriter. writeLineElement(LineElement lineElement, org.jdom2.Element ln)Writes line elementLineElementinformation for interactions or graphicalLines.protected voidGPML2021Writer. writeLineElement(LineElement lineElement, org.jdom2.Element ln)Writes line elementLineElementinformation for interactions or graphicalLines.protected voidGPML2013aWriter. writeLineStyleProperty(LineElement lineElement, org.jdom2.Element gfx)Writes line style property information.protected voidGPML2021Writer. writeLineStyleProperty(LineElement lineElement, org.jdom2.Element gfx)Writes line style property information.protected voidGPML2013aWriter. writePoints(LineElement lineElement, org.jdom2.Element gfx)Writes pointLineElement.LinePointinformation.protected voidGPML2021Writer. writePoints(LineElement lineElement, org.jdom2.Element wyps)Writes pointLineElement.LinePointinformation.