cytoscape.visual
Class Arrow
java.lang.Object
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
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
Arrow
public Arrow(String name)
getGinyArrow
public int getGinyArrow()
getName
public String getName()
toString
public String toString()
- Overrides:
toString
in class Object
parseArrowText
public static Arrow parseArrowText(String text)