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 PositionObjectPosition. getAnchor()Return the anchor of the label (or other object).PositionObjectPosition. getTargetAnchor()Return the anchor of the target (e.g.static PositionPosition. 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 PositionPosition. 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 voidObjectPosition. setAnchor(Position p)Set the anchor of the label (or other object).voidObjectPosition. 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.
-