com.sun.electric.tool.user
Class ViewChanges.IconParameters

java.lang.Object
  extended by com.sun.electric.tool.user.ViewChanges.IconParameters
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ViewChanges

public static class ViewChanges.IconParameters
extends java.lang.Object
implements java.io.Serializable

Class to define parameters for automatic icon generation

See Also:
Serialized Form

Constructor Summary
ViewChanges.IconParameters()
           
 
Method Summary
 void initFromUserDefaults()
           
 Cell makeIconForCell(Cell curCell)
          Method to create an icon for a cell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewChanges.IconParameters

public ViewChanges.IconParameters()
Method Detail

initFromUserDefaults

public void initFromUserDefaults()

makeIconForCell

public Cell makeIconForCell(Cell curCell)
                     throws JobException
Method to create an icon for a cell.

Parameters:
curCell - the cell to turn into an icon.
Returns:
the icon cell (null on error).
Throws:
JobException