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