Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual
Class Arrow

java.lang.Object
  extended by cytoscape.visual.Arrow
All Implemented Interfaces:
Serializable

public class Arrow
extends Object
implements Serializable

This class is a replacement for the yFiles Arrow class.

See Also:
Serialized Form

Field Summary
static Arrow BLACK_ARROW
           
static Arrow BLACK_CIRCLE
           
static Arrow BLACK_DELTA
           
static Arrow BLACK_DIAMOND
           
static Arrow BLACK_T
           
static Arrow COLOR_ARROW
           
static Arrow COLOR_CIRCLE
           
static Arrow COLOR_DELTA
           
static Arrow COLOR_DIAMOND
           
static Arrow COLOR_T
           
static Arrow NONE
           
static Arrow WHITE_ARROW
           
static Arrow WHITE_CIRCLE
           
static Arrow WHITE_DELTA
           
static Arrow WHITE_DIAMOND
           
static Arrow WHITE_T
           
 
Constructor Summary
Arrow(String name)
           
 
Method Summary
 int getGinyArrow()
           
 String getName()
           
static Arrow parseArrowText(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final Arrow NONE

BLACK_DIAMOND

public static final Arrow BLACK_DIAMOND

WHITE_DIAMOND

public static final Arrow WHITE_DIAMOND

COLOR_DIAMOND

public static final Arrow COLOR_DIAMOND

BLACK_DELTA

public static final Arrow BLACK_DELTA

WHITE_DELTA

public static final Arrow WHITE_DELTA

COLOR_DELTA

public static final Arrow COLOR_DELTA

BLACK_ARROW

public static final Arrow BLACK_ARROW

WHITE_ARROW

public static final Arrow WHITE_ARROW

COLOR_ARROW

public static final Arrow COLOR_ARROW

BLACK_T

public static final Arrow BLACK_T

WHITE_T

public static final Arrow WHITE_T

COLOR_T

public static final Arrow COLOR_T

BLACK_CIRCLE

public static final Arrow BLACK_CIRCLE

WHITE_CIRCLE

public static final Arrow WHITE_CIRCLE

COLOR_CIRCLE

public static final Arrow COLOR_CIRCLE
Constructor Detail

Arrow

public Arrow(String name)
Method Detail

getGinyArrow

public int getGinyArrow()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

parseArrowText

public static Arrow parseArrowText(String text)

www.cytoscape.org