|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeShape | |
---|---|
cytoscape.visual | Framework for generalized mappings from graph attributes to visual attributes. |
cytoscape.visual.mappings.rangecalculators | |
cytoscape.visual.parsers | Translates visual attribute values to and from their String representation. |
cytoscape.visual.ui.icon |
Uses of NodeShape in cytoscape.visual |
---|
Methods in cytoscape.visual that return NodeShape | |
---|---|
static NodeShape |
NodeShape.getNodeShape(int ginyShape)
Convert from Giny shape to Cytoscape NodeShape enum. |
static NodeShape |
NodeShape.parseNodeShapeText(String text)
DOCUMENT ME! |
static NodeShape |
NodeShape.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeShape[] |
NodeShape.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in cytoscape.visual with parameters of type NodeShape | |
---|---|
static String |
NodeShape.getNodeShapeText(NodeShape shape)
DOCUMENT ME! |
static boolean |
NodeShape.isValidShape(NodeShape type)
DOCUMENT ME! |
Uses of NodeShape in cytoscape.visual.mappings.rangecalculators |
---|
Methods in cytoscape.visual.mappings.rangecalculators that return NodeShape | |
---|---|
NodeShape |
NodeShapeRangeValueCalculator.getRange(Object attrValue)
|
Uses of NodeShape in cytoscape.visual.parsers |
---|
Methods in cytoscape.visual.parsers that return NodeShape | |
---|---|
NodeShape |
NodeShapeParser.parseNodeShapeEnum(String value)
DOCUMENT ME! |
NodeShape |
NodeShapeParser.parseStringValue(String value)
DOCUMENT ME! |
Methods in cytoscape.visual.parsers with parameters of type NodeShape | |
---|---|
static boolean |
NodeShapeParser.isValidShape(NodeShape shape)
DOCUMENT ME! |
Uses of NodeShape in cytoscape.visual.ui.icon |
---|
Constructors in cytoscape.visual.ui.icon with parameters of type NodeShape | |
---|---|
NodeIcon(NodeShape ns)
|
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |