|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Handle | |
---|---|
org.cytoscape.view.presentation.property.values | Interfaces for VisualPropertyValues -- ArrowShape, LineType and NodeShape |
Uses of Handle in org.cytoscape.view.presentation.property.values |
---|
Methods in org.cytoscape.view.presentation.property.values that return Handle | |
---|---|
Handle |
HandleFactory.createHandle(double x,
double y)
Creates a new instance of the Handle. |
Methods in org.cytoscape.view.presentation.property.values that return types with arguments of type Handle | |
---|---|
List<Handle> |
Bend.getAllHandles()
Get List of all handles on this edge |
Methods in org.cytoscape.view.presentation.property.values with parameters of type Handle | |
---|---|
int |
Bend.getIndex(Handle handle)
Get index of a Handle |
void |
Bend.insertHandleAt(int index,
Handle handle)
Insert a Handle to the specified position in the Bend |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |