Package | Description |
---|---|
org.cytoscape.view.presentation.annotations |
This package provides support for graphical annotations associated with a Cytoscape
CyNetworkView . |
Modifier and Type | Method and Description |
---|---|
static ArrowAnnotation.ArrowEnd |
ArrowAnnotation.ArrowEnd.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrowAnnotation.ArrowEnd[] |
ArrowAnnotation.ArrowEnd.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ArrowAnnotation.AnchorType |
ArrowAnnotation.getAnchorType(ArrowAnnotation.ArrowEnd end)
Get the anchor type for one end of the arrow
|
Paint |
ArrowAnnotation.getArrowColor(ArrowAnnotation.ArrowEnd end)
Get the color of one end of the arrow
|
double |
ArrowAnnotation.getArrowSize(ArrowAnnotation.ArrowEnd end)
Get the size of one end of the arrow
|
String |
ArrowAnnotation.getArrowType(ArrowAnnotation.ArrowEnd end)
Get the type of one end of the arrow
|
void |
ArrowAnnotation.setAnchorType(ArrowAnnotation.ArrowEnd end,
ArrowAnnotation.AnchorType type)
Set the anchor type for one end of the arrow
|
void |
ArrowAnnotation.setArrowColor(ArrowAnnotation.ArrowEnd end,
Paint color)
Set the color of one end of the arrow
|
void |
ArrowAnnotation.setArrowSize(ArrowAnnotation.ArrowEnd end,
double width)
Set the size of one end of the arrow
|
void |
ArrowAnnotation.setArrowType(ArrowAnnotation.ArrowEnd end,
String type)
Set the type of one end of the arrow
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.