Uses of Class
org.pathvisio.libgpml.model.LineElement.LinePoint
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of LineElement.LinePoint in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as LineElement.LinePoint Modifier and Type Field Description (package private) LineElement.LinePointTestGraph. endprivate LineElement.LinePointTestLinePoint. pt3private LineElement.LinePointTestLinePoint. pt4(package private) LineElement.LinePointTestGraph. startFields in org.pathvisio.libgpml.model with type parameters of type LineElement.LinePoint Modifier and Type Field Description private java.util.List<LineElement.LinePoint>LineElement. linePointsMethods in org.pathvisio.libgpml.model that return LineElement.LinePoint Modifier and Type Method Description LineElement.LinePointLineElement. getEndLinePoint()Returns the end (last) point of points list.LineElement.LinePointLineElement. getStartLinePoint()Returns the start (first) point of points list.Methods in org.pathvisio.libgpml.model that return types with arguments of type LineElement.LinePoint Modifier and Type Method Description java.util.List<LineElement.LinePoint>LineElement. getLinePoints()Get the points for this line.Methods in org.pathvisio.libgpml.model with parameters of type LineElement.LinePoint Modifier and Type Method Description voidLineElement.LinePoint. moveTo(LineElement.LinePoint linePoint)Moves the xy and relXY coordinates for this line point to the coordinate values of the given line point.voidLineElement. setEndLinePoint(LineElement.LinePoint linePoint)Sets end linePoint coordinates to the coordinates of the given linePoint.voidLineElement. setStartLinePoint(LineElement.LinePoint linePoint)Sets start linePoint coordinates to the coordinates of the given linePoint.Method parameters in org.pathvisio.libgpml.model with type arguments of type LineElement.LinePoint Modifier and Type Method Description private voidLineElement. addLinePoints(java.util.List<LineElement.LinePoint> points)Adds all given points to the linePoints list.protected voidGPML2021Reader. readPointElementRefs(PathwayModel pathwayModel, java.util.Map<org.jdom2.Element,LineElement.LinePoint> elementToPoint)Reads elementRefsetElementRef(org.pathvisio.libgpml.model.GraphLink.LinkableTo)for pathway model points.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.private voidLineElement. removeLinePoints(java.util.List<LineElement.LinePoint> toRemove)Removes all points from the given line points list.voidLineElement. setLinePoints(java.util.List<LineElement.LinePoint> points)Sets linePoints to the given list of LinePoints.