cytoscape.visual.ui
Class MiscDialog
java.lang.Object
cytoscape.visual.ui.MiscDialog
public class MiscDialog
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MiscDialog
public MiscDialog()
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()