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