|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ArrowShape> cytoscape.visual.ArrowShape
public enum ArrowShape
Defines arrow shapes.
This replaces constants defined in Arrow.java.
Enum Constant Summary | |
---|---|
ARROW
|
|
CIRCLE
|
|
DELTA
|
|
DIAMOND
|
|
HALF_ARROW_BOTTOM
|
|
HALF_ARROW_TOP
|
|
NONE
|
|
T
|
Method Summary | |
---|---|
static ArrowShape |
getArrowShape(int ginyType)
DOCUMENT ME! |
int |
getGinyArrow()
Returns arrow type in GINY. |
String |
getGinyName()
Returns name of arrow shape. |
static Map<Object,Icon> |
getIconSet()
DOCUMENT ME! |
String |
getName()
DOCUMENT ME! |
String[] |
getPossibleGinyNames()
|
int[] |
getPossibleGinyTypes()
|
Shape |
getShape()
DOCUMENT ME! |
static ArrowShape |
parseArrowText(String text)
|
boolean |
renderEdgeWithArrow()
A method that helps render the arrow shape icon properly. |
static ArrowShape |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ArrowShape[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ArrowShape NONE
public static final ArrowShape DIAMOND
public static final ArrowShape DELTA
public static final ArrowShape ARROW
public static final ArrowShape T
public static final ArrowShape CIRCLE
public static final ArrowShape HALF_ARROW_TOP
public static final ArrowShape HALF_ARROW_BOTTOM
Method Detail |
---|
public static ArrowShape[] values()
for (ArrowShape c : ArrowShape.values()) System.out.println(c);
public static ArrowShape valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getGinyArrow()
public String getGinyName()
public String getName()
public static ArrowShape parseArrowText(String text)
text
-
public String[] getPossibleGinyNames()
public int[] getPossibleGinyTypes()
public static ArrowShape getArrowShape(int ginyType)
ginyType
- DOCUMENT ME!
public Shape getShape()
public boolean renderEdgeWithArrow()
public static Map<Object,Icon> getIconSet()
size
- DOCUMENT ME!
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |