Uses of Class
org.cytoscape.view.presentation.property.values.Position
-
Packages that use Position Package Description org.cytoscape.view.presentation.property.values Interfaces for VisualPropertyValues -- ArrowShape, LineType and NodeShape -
-
Uses of Position in org.cytoscape.view.presentation.property.values
Methods in org.cytoscape.view.presentation.property.values that return Position Modifier and Type Method Description Position
ObjectPosition. getAnchor()
Return the anchor of the label (or other object).Position
ObjectPosition. getTargetAnchor()
Return the anchor of the target (e.g.static Position
Position. parse(String value)
Parse a string that contains either the short name or the display name for an anchor and return the corresponding enum valuestatic Position
Position. valueOf(String name)
Returns the enum constant of this type with the specified name.static Position[]
Position. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cytoscape.view.presentation.property.values with parameters of type Position Modifier and Type Method Description void
ObjectPosition. setAnchor(Position p)
Set the anchor of the label (or other object).void
ObjectPosition. setTargetAnchor(Position p)
Set the anchor of the target object (e.g.Constructors in org.cytoscape.view.presentation.property.values with parameters of type Position Constructor Description ObjectPosition(Position targ, Position lab, Justification just, double x, double y)
Creates a new ObjectPosition object.
-