Package | Description |
---|---|
org.cytoscape.view.presentation.property.values |
Interfaces for VisualPropertyValues -- ArrowShape, LineType and NodeShape
|
Modifier and Type | Method and Description |
---|---|
Justification |
ObjectPosition.getJustify()
Return the justification of the label (or other object).
|
static Justification |
Justification.parse(String value)
Parse a string that contains either the short name or
the display name for a justifcation and return the
corresponding enum value
|
static Justification |
Justification.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPosition.setJustify(Justification j)
Set the justification of the label (or other object).
|
Constructor and Description |
---|
ObjectPosition(Position targ,
Position lab,
Justification just,
double x,
double y)
Creates a new ObjectPosition object.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.