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

cytoscape.visual.ui
Class IconSupport

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

Deprecated. Will be removed 5/2008

@Deprecated
public class IconSupport
extends Object

This used to be the MiscDialog class, but that was so poorly named, I had to change it. This class also contains support for getting an icon based on an object or type (as defined in ValueDisplayer).


Constructor Summary
IconSupport()
          Deprecated. Creates a new IconSupport object.
IconSupport(Object o)
          Deprecated. Creates a new IconSupport object.
IconSupport(Object startObject, byte type)
          Deprecated. Creates a new IconSupport object.
 
Method Summary
static ImageIcon[] getArrowIcons()
          Deprecated. DOCUMENT ME!
static HashMap getArrowToStringHashMap(int nodeSize)
          Deprecated. DOCUMENT ME!
static ImageIcon getColorIcon(Color c)
          Deprecated. DOCUMENT ME!
 ImageIcon getCurrentIcon()
          Deprecated. DOCUMENT ME!
 ImageIcon[] getIcons()
          Deprecated. DOCUMENT ME!
 Object getIconType(ImageIcon i)
          Deprecated. DOCUMENT ME!
static ImageIcon getLabelPositionIcon(LabelPosition pos)
          Deprecated. DOCUMENT ME!
static ImageIcon[] getLineTypeIcons()
          Deprecated. DOCUMENT ME!
static HashMap getLineTypeToStringHashMap()
          Deprecated. DOCUMENT ME!
static ImageIcon getNodeHeightIcon(Double d)
          Deprecated. DOCUMENT ME!
static ImageIcon getNodeSizeIcon(Double d)
          Deprecated. DOCUMENT ME!
static ImageIcon getNodeWidthIcon(Double d)
          Deprecated. DOCUMENT ME!
static HashMap getShapeByteToStringHashMap()
          Deprecated. DOCUMENT ME!
static ImageIcon[] getShapeIcons()
          Deprecated. DOCUMENT ME!
static HashMap getStringToArrowHashMap(int nodeSize)
          Deprecated. arrow dialog functions: getStringToArrowHashMap(int nodeSize) getArrowToStringHashMap(int nodeSize) getArrowIcons() Note: with the move to Giny, I'm dropping support for the scalable arrow type; we can add this back later if desired.
static HashMap getStringToLineTypeHashMap()
          Deprecated. line type dialog functions: getStringToLineTypeHashMap() getLineTypeToStringHashMap() getLineTypeIcons()
static HashMap getStringToShapeByteHashMap()
          Deprecated. shape dialog functions: getStringToShapeByteHashMap() getShapeByteToStringHashMap() getShapeIcons()
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconSupport

public IconSupport()
Deprecated. 
Creates a new IconSupport object.


IconSupport

public IconSupport(Object o)
Deprecated. 
Creates a new IconSupport object.

Parameters:
o - DOCUMENT ME!

IconSupport

public IconSupport(Object startObject,
                   byte type)
Deprecated. 
Creates a new IconSupport object.

Parameters:
startObject - DOCUMENT ME!
type - DOCUMENT ME!
Method Detail

getIcons

public ImageIcon[] getIcons()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

getCurrentIcon

public ImageIcon getCurrentIcon()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

getIconType

public Object getIconType(ImageIcon i)
Deprecated. 
DOCUMENT ME!

Parameters:
i - DOCUMENT ME!
Returns:
DOCUMENT ME!

getStringToArrowHashMap

public static HashMap getStringToArrowHashMap(int nodeSize)
Deprecated. 
arrow dialog functions: getStringToArrowHashMap(int nodeSize) getArrowToStringHashMap(int nodeSize) getArrowIcons() Note: with the move to Giny, I'm dropping support for the scalable arrow type; we can add this back later if desired. -AM 2003-10-28


getArrowToStringHashMap

public static HashMap getArrowToStringHashMap(int nodeSize)
Deprecated. 
DOCUMENT ME!

Parameters:
nodeSize - DOCUMENT ME!
Returns:
DOCUMENT ME!

getArrowIcons

public static ImageIcon[] getArrowIcons()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

getStringToShapeByteHashMap

public static HashMap getStringToShapeByteHashMap()
Deprecated. 
shape dialog functions: getStringToShapeByteHashMap() getShapeByteToStringHashMap() getShapeIcons()


getShapeByteToStringHashMap

public static HashMap getShapeByteToStringHashMap()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

getShapeIcons

public static ImageIcon[] getShapeIcons()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

getStringToLineTypeHashMap

public static HashMap getStringToLineTypeHashMap()
Deprecated. 
line type dialog functions: getStringToLineTypeHashMap() getLineTypeToStringHashMap() getLineTypeIcons()


getLineTypeToStringHashMap

public static HashMap getLineTypeToStringHashMap()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

getLineTypeIcons

public static ImageIcon[] getLineTypeIcons()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

getColorIcon

public static ImageIcon getColorIcon(Color c)
Deprecated. 
DOCUMENT ME!

Parameters:
c - DOCUMENT ME!
Returns:
DOCUMENT ME!

getNodeWidthIcon

public static ImageIcon getNodeWidthIcon(Double d)
Deprecated. 
DOCUMENT ME!

Parameters:
d - DOCUMENT ME!
Returns:
DOCUMENT ME!

getNodeHeightIcon

public static ImageIcon getNodeHeightIcon(Double d)
Deprecated. 
DOCUMENT ME!

Parameters:
d - DOCUMENT ME!
Returns:
DOCUMENT ME!

getNodeSizeIcon

public static ImageIcon getNodeSizeIcon(Double d)
Deprecated. 
DOCUMENT ME!

Parameters:
d - DOCUMENT ME!
Returns:
DOCUMENT ME!

getLabelPositionIcon

public static ImageIcon getLabelPositionIcon(LabelPosition pos)
Deprecated. 
DOCUMENT ME!

Parameters:
pos - DOCUMENT ME!
Returns:
DOCUMENT ME!

www.cytoscape.org