|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Position | |
---|---|
ding.view | |
giny.view |
Uses of Position in ding.view |
---|
Methods in ding.view that return Position | |
---|---|
Position |
ObjectPositionImpl.getAnchor()
|
Position |
ObjectPositionImpl.getTargetAnchor()
|
Methods in ding.view with parameters of type Position | |
---|---|
void |
ObjectPositionImpl.setAnchor(Position p)
|
void |
ObjectPositionImpl.setTargetAnchor(Position p)
|
Constructors in ding.view with parameters of type Position | |
---|---|
ObjectPositionImpl(Position targ,
Position lab,
Justification just,
double x,
double y)
Creates a new ObjectPosition object. |
Uses of Position in giny.view |
---|
Methods in giny.view that return Position | |
---|---|
Position |
ObjectPosition.getAnchor()
DOCUMENT ME! |
Position |
ObjectPosition.getTargetAnchor()
DOCUMENT ME! |
static Position |
Position.parse(int giny)
|
static Position |
Position.parse(String 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. |
Methods in giny.view with parameters of type Position | |
---|---|
void |
ObjectPosition.setAnchor(Position position)
DOCUMENT ME! |
void |
ObjectPosition.setTargetAnchor(Position position)
DOCUMENT ME! |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |