Package | Description |
---|---|
org.cytoscape.view.presentation.property.values |
Interfaces for VisualPropertyValues -- ArrowShape, LineType and NodeShape
|
Modifier and Type | Method and Description |
---|---|
Position |
ObjectPosition.getAnchor()
Return the anchor of the label (or other object).
|
Position |
ObjectPosition.getTargetAnchor()
Return the anchor of the target (e.g.
|
static Position |
Position.parse(String value)
Parse a string that contains either the short name or
the display name for an anchor and return the
corresponding enum value
|
static Position |
Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Position[] |
Position.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.setAnchor(Position p)
Set the anchor of the label (or other object).
|
void |
ObjectPosition.setTargetAnchor(Position p)
Set the anchor of the target object (e.g.
|
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.