cytoscape.visual.ui
Class MiscDialog

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

public class MiscDialog
extends Object


Constructor Summary
MiscDialog()
           
 
Method Summary
 ImageIcon[] getArrowIcons()
           
static HashMap getArrowToStringHashMap(int nodeSize)
           
static ImageIcon[] getLineTypeIcons()
           
static HashMap getLineTypeToStringHashMap()
           
static HashMap getShapeByteToStringHashMap()
           
static ImageIcon[] getShapeIcons()
           
static HashMap getStringToArrowHashMap(int nodeSize)
          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()
          line type dialog functions: getStringToLineTypeHashMap() getLineTypeToStringHashMap() getLineTypeIcons()
static HashMap getStringToShapeByteHashMap()
          shape dialog functions: getStringToShapeByteHashMap() getShapeByteToStringHashMap() getShapeIcons()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscDialog

public MiscDialog()
Method Detail

getStringToArrowHashMap

public static HashMap getStringToArrowHashMap(int nodeSize)
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)

getArrowIcons

public ImageIcon[] getArrowIcons()

getStringToShapeByteHashMap

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


getShapeByteToStringHashMap

public static HashMap getShapeByteToStringHashMap()

getShapeIcons

public static ImageIcon[] getShapeIcons()

getStringToLineTypeHashMap

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


getLineTypeToStringHashMap

public static HashMap getLineTypeToStringHashMap()

getLineTypeIcons

public static ImageIcon[] getLineTypeIcons()