Uses of Enum Class
org.cytoscape.view.presentation.property.values.Position
Packages that use Position
Package
Description
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 PositionModifier and TypeMethodDescriptionObjectPosition.getAnchor()Return the anchor of the label (or other object).ObjectPosition.getTargetAnchor()Return the anchor of the target (e.g.static PositionParse a string that contains either the short name or the display name for an anchor and return the corresponding enum valuestatic PositionReturns 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.Methods in org.cytoscape.view.presentation.property.values with parameters of type PositionModifier and TypeMethodDescriptionvoidSet 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 PositionModifierConstructorDescriptionObjectPosition(Position targ, Position lab, Justification just, double x, double y) Creates a new ObjectPosition object.