|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.visual.ShapeNodeRealizer
@Deprecated public class ShapeNodeRealizer
This class is a replacement for the yFiles ShapeNodeRealizer class.
It defines byte constants specifying shape types.
Field Summary | |
---|---|
static byte |
DIAMOND
Deprecated. |
static byte |
ELLIPSE
Deprecated. |
static byte |
HEXAGON
Deprecated. |
static byte |
OCTAGON
Deprecated. |
static byte |
PARALLELOGRAM
Deprecated. |
static byte |
RECT
Deprecated. |
static byte |
RECT_3D
Deprecated. |
static byte |
ROUND_RECT
Deprecated. |
static byte |
TRAPEZOID
Deprecated. |
static byte |
TRAPEZOID_2
Deprecated. |
static byte |
TRIANGLE
Deprecated. |
Constructor Summary | |
---|---|
ShapeNodeRealizer()
Deprecated. |
Method Summary | |
---|---|
static int |
getGinyShape(byte byteShape)
Deprecated. DOCUMENT ME! |
static NodeShape |
getNodeShape(byte oldShape)
Deprecated. This method is for backward compatibility. |
static String |
getNodeShapeText(byte shape)
Deprecated. DOCUMENT ME! |
boolean |
isValidShape(byte shape)
Deprecated. DOCUMENT ME! |
static byte |
parseNodeShapeText(String text)
Deprecated. DOCUMENT ME! |
static Byte |
parseNodeShapeTextIntoByte(String text)
Deprecated. DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte RECT
public static final byte ROUND_RECT
public static final byte RECT_3D
public static final byte TRAPEZOID
public static final byte TRAPEZOID_2
public static final byte TRIANGLE
public static final byte PARALLELOGRAM
public static final byte DIAMOND
public static final byte ELLIPSE
public static final byte HEXAGON
public static final byte OCTAGON
Constructor Detail |
---|
public ShapeNodeRealizer()
Method Detail |
---|
public static Byte parseNodeShapeTextIntoByte(String text)
text
- DOCUMENT ME!
public static byte parseNodeShapeText(String text)
text
- DOCUMENT ME!
public static String getNodeShapeText(byte shape)
shape
- DOCUMENT ME!
public static int getGinyShape(byte byteShape)
byteShape
- DOCUMENT ME!
public boolean isValidShape(byte shape)
shape
- DOCUMENT ME!
public static NodeShape getNodeShape(byte oldShape)
oldShape
-
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |