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

cytoscape.visual
Class ShapeNodeRealizer

java.lang.Object
  extended by cytoscape.visual.ShapeNodeRealizer

Deprecated. Will be removed 5/2008. Use enum NodeShape instead.

@Deprecated
public class ShapeNodeRealizer
extends Object

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

RECT

public static final byte RECT
Deprecated. 
See Also:
Constant Field Values

ROUND_RECT

public static final byte ROUND_RECT
Deprecated. 
See Also:
Constant Field Values

RECT_3D

public static final byte RECT_3D
Deprecated. 
See Also:
Constant Field Values

TRAPEZOID

public static final byte TRAPEZOID
Deprecated. 
See Also:
Constant Field Values

TRAPEZOID_2

public static final byte TRAPEZOID_2
Deprecated. 
See Also:
Constant Field Values

TRIANGLE

public static final byte TRIANGLE
Deprecated. 
See Also:
Constant Field Values

PARALLELOGRAM

public static final byte PARALLELOGRAM
Deprecated. 
See Also:
Constant Field Values

DIAMOND

public static final byte DIAMOND
Deprecated. 
See Also:
Constant Field Values

ELLIPSE

public static final byte ELLIPSE
Deprecated. 
See Also:
Constant Field Values

HEXAGON

public static final byte HEXAGON
Deprecated. 
See Also:
Constant Field Values

OCTAGON

public static final byte OCTAGON
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ShapeNodeRealizer

public ShapeNodeRealizer()
Deprecated. 
Method Detail

parseNodeShapeTextIntoByte

public static Byte parseNodeShapeTextIntoByte(String text)
Deprecated. 
DOCUMENT ME!

Parameters:
text - DOCUMENT ME!
Returns:
DOCUMENT ME!

parseNodeShapeText

public static byte parseNodeShapeText(String text)
Deprecated. 
DOCUMENT ME!

Parameters:
text - DOCUMENT ME!
Returns:
DOCUMENT ME!

getNodeShapeText

public static String getNodeShapeText(byte shape)
Deprecated. 
DOCUMENT ME!

Parameters:
shape - DOCUMENT ME!
Returns:
DOCUMENT ME!

getGinyShape

public static int getGinyShape(byte byteShape)
Deprecated. 
DOCUMENT ME!

Parameters:
byteShape - DOCUMENT ME!
Returns:
DOCUMENT ME!

isValidShape

public boolean isValidShape(byte shape)
Deprecated. 
DOCUMENT ME!

Parameters:
shape - DOCUMENT ME!
Returns:
DOCUMENT ME!

getNodeShape

public static NodeShape getNodeShape(byte oldShape)
Deprecated. 
This method is for backward compatibility.

Parameters:
oldShape -
Returns:

www.cytoscape.org