Uses of Class
org.cytoscape.view.presentation.property.values.Justification
-
Packages that use Justification Package Description org.cytoscape.view.presentation.property.values Interfaces for VisualPropertyValues -- ArrowShape, LineType and NodeShape -
-
Uses of Justification in org.cytoscape.view.presentation.property.values
Methods in org.cytoscape.view.presentation.property.values that return Justification Modifier and Type Method Description JustificationObjectPosition. getJustify()Return the justification of the label (or other object).static JustificationJustification. parse(String value)Parse a string that contains either the short name or the display name for a justifcation and return the corresponding enum valuestatic JustificationJustification. valueOf(String name)Returns the enum constant of this type with the specified name.static Justification[]Justification. 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 Justification Modifier and Type Method Description voidObjectPosition. setJustify(Justification j)Set the justification of the label (or other object).Constructors in org.cytoscape.view.presentation.property.values with parameters of type Justification Constructor Description ObjectPosition(Position targ, Position lab, Justification just, double x, double y)Creates a new ObjectPosition object.
-