Cytoscape 2.8.0 API

Uses of Class
cytoscape.visual.ArrowShape

Packages that use ArrowShape
cytoscape.visual Framework for generalized mappings from graph attributes to visual attributes. 
cytoscape.visual.parsers Translates visual attribute values to and from their String representation. 
cytoscape.visual.ui.icon   
 

Uses of ArrowShape in cytoscape.visual
 

Methods in cytoscape.visual that return ArrowShape
static ArrowShape ArrowShape.getArrowShape(int ginyType)
          DOCUMENT ME!
 ArrowShape Arrow.getShape()
          DOCUMENT ME!
static ArrowShape ArrowShape.parseArrowText(String text)
           
static ArrowShape ArrowShape.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArrowShape[] ArrowShape.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 ArrowShape
 void Arrow.setShape(ArrowShape newShape)
          DOCUMENT ME!
 

Constructors in cytoscape.visual with parameters of type ArrowShape
Arrow(ArrowShape shape, Color arrowColor)
          New constructor for 2.5 and later:
 

Uses of ArrowShape in cytoscape.visual.parsers
 

Methods in cytoscape.visual.parsers that return ArrowShape
 ArrowShape ArrowShapeParser.parseArrowShape(String value)
          DOCUMENT ME!
 ArrowShape ArrowShapeParser.parseStringValue(String value)
          DOCUMENT ME!
 

Uses of ArrowShape in cytoscape.visual.ui.icon
 

Constructors in cytoscape.visual.ui.icon with parameters of type ArrowShape
ArrowIcon(ArrowShape arrow)
          Creates a new ArrowIcon object.
ArrowIcon(ArrowShape arrow, int width)
          Creates a new ArrowIcon object.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.