Uses of Enum Class
org.cytoscape.view.presentation.property.values.Justification
Packages that use Justification
Package
Description
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 JustificationModifier and TypeMethodDescriptionObjectPosition.getJustify()Return the justification of the label (or other object).static JustificationParse a string that contains either the short name or the display name for a justifcation and return the corresponding enum valuestatic JustificationReturns 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.Methods in org.cytoscape.view.presentation.property.values with parameters of type JustificationModifier and TypeMethodDescriptionvoidObjectPosition.setJustify(Justification j) Set the justification of the label (or other object).Constructors in org.cytoscape.view.presentation.property.values with parameters of type JustificationModifierConstructorDescriptionObjectPosition(Position targ, Position lab, Justification just, double x, double y) Creates a new ObjectPosition object.