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

cytoscape.visual.ui
Class MiscDialog

java.lang.Object
  extended by cytoscape.visual.ui.MiscDialog

Deprecated. This class has been enhanced and renamed to IconSupport. This will be removed 10/2007.

public class MiscDialog
extends Object


Constructor Summary
MiscDialog()
          Deprecated.  
 
Method Summary
 ImageIcon[] getArrowIcons()
          Deprecated. Use IconSupport instead. This will be removed 10/2007.
static HashMap getArrowToStringHashMap(int nodeSize)
          Deprecated. Use IconSupport instead. This will be removed 10/2007.
static ImageIcon[] getLineTypeIcons()
          Deprecated. Use IconSupport instead. This will be removed 10/2007.
static HashMap getLineTypeToStringHashMap()
          Deprecated. Use IconSupport instead. This will be removed 10/2007.
static HashMap getShapeByteToStringHashMap()
          Deprecated. Use IconSupport instead. This will be removed 10/2007.
static ImageIcon[] getShapeIcons()
          Deprecated. Use IconSupport instead. This will be removed 10/2007.
static HashMap getStringToArrowHashMap(int nodeSize)
          Deprecated. Use IconSupport instead. This will be removed 10/2007.
static HashMap getStringToLineTypeHashMap()
          Deprecated. Use IconSupport instead. This will be removed 10/2007.
static HashMap getStringToShapeByteHashMap()
          Deprecated. Use IconSupport instead. This will be removed 10/2007.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscDialog

public MiscDialog()
Deprecated. 
Method Detail

getStringToArrowHashMap

public static HashMap getStringToArrowHashMap(int nodeSize)
Deprecated. Use IconSupport instead. This will be removed 10/2007.


getArrowToStringHashMap

public static HashMap getArrowToStringHashMap(int nodeSize)
Deprecated. Use IconSupport instead. This will be removed 10/2007.


getArrowIcons

public ImageIcon[] getArrowIcons()
Deprecated. Use IconSupport instead. This will be removed 10/2007.


getStringToShapeByteHashMap

public static HashMap getStringToShapeByteHashMap()
Deprecated. Use IconSupport instead. This will be removed 10/2007.


getShapeByteToStringHashMap

public static HashMap getShapeByteToStringHashMap()
Deprecated. Use IconSupport instead. This will be removed 10/2007.


getShapeIcons

public static ImageIcon[] getShapeIcons()
Deprecated. Use IconSupport instead. This will be removed 10/2007.


getStringToLineTypeHashMap

public static HashMap getStringToLineTypeHashMap()
Deprecated. Use IconSupport instead. This will be removed 10/2007.


getLineTypeToStringHashMap

public static HashMap getLineTypeToStringHashMap()
Deprecated. Use IconSupport instead. This will be removed 10/2007.


getLineTypeIcons

public static ImageIcon[] getLineTypeIcons()
Deprecated. Use IconSupport instead. This will be removed 10/2007.


www.cytoscape.org