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.AnchorTestAnchor. a1Fields in org.pathvisio.libgpml.model with type parameters of type LineElement.Anchor Modifier and Type Field Description private java.util.List<LineElement.Anchor>LineElement. anchorsMethods in org.pathvisio.libgpml.model that return LineElement.Anchor Modifier and Type Method Description LineElement.AnchorLineElement. addAnchor(double position, AnchorShapeType anchorShapeType)Adds a new anchor to this line at the given position with anchorShapeType property.LineElement.AnchorLineElement. 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 voidLineElement. addAnchor(LineElement.Anchor anchor)Adds given anchor to anchors list.private intLineElement. getAttachedLineDirection(LineElement.Anchor anchor)booleanLineElement. hasAnchor(LineElement.Anchor anchor)Checks whether anchors has the given anchor.voidLineElement. 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 voidGPML2013aWriter. writeAnchors(java.util.List<LineElement.Anchor> anchors, org.jdom2.Element gfx)Writes anchorLineElement.Anchorinformation.protected voidGPML2021Writer. writeAnchors(java.util.List<LineElement.Anchor> anchors, org.jdom2.Element wyps)Writes anchorLineElement.Anchorinformation.