Uses of Class
org.pathvisio.libgpml.model.LineElement.Anchor
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of LineElement.Anchor in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as LineElement.Anchor Modifier and Type Field Description private LineElement.Anchor
TestAnchor. a1
Fields in org.pathvisio.libgpml.model with type parameters of type LineElement.Anchor Modifier and Type Field Description private java.util.List<LineElement.Anchor>
LineElement. anchors
Methods in org.pathvisio.libgpml.model that return LineElement.Anchor Modifier and Type Method Description LineElement.Anchor
LineElement. addAnchor(double position, AnchorShapeType anchorShapeType)
Adds a new anchor to this line at the given position with anchorShapeType property.LineElement.Anchor
LineElement. addAnchor(java.lang.String elementId, double position, AnchorShapeType anchorShapeType)
Creates and adds a new anchor to this line at the given position with anchorShapeType property.Methods in org.pathvisio.libgpml.model that return types with arguments of type LineElement.Anchor Modifier and Type Method Description java.util.List<LineElement.Anchor>
LineElement. getAnchors()
Get the anchors for this line.Methods in org.pathvisio.libgpml.model with parameters of type LineElement.Anchor Modifier and Type Method Description void
LineElement. addAnchor(LineElement.Anchor anchor)
Adds given anchor to anchors list.private int
LineElement. getAttachedLineDirection(LineElement.Anchor anchor)
boolean
LineElement. hasAnchor(LineElement.Anchor anchor)
Checks whether anchors has the given anchor.void
LineElement. removeAnchor(LineElement.Anchor anchor)
Removes given anchor from the anchors list.Method parameters in org.pathvisio.libgpml.model with type arguments of type LineElement.Anchor Modifier and Type Method Description protected void
GPML2013aWriter. writeAnchors(java.util.List<LineElement.Anchor> anchors, org.jdom2.Element gfx)
Writes anchorLineElement.Anchor
information.protected void
GPML2021Writer. writeAnchors(java.util.List<LineElement.Anchor> anchors, org.jdom2.Element wyps)
Writes anchorLineElement.Anchor
information.