com.sun.electric.tool.io.input
Class Spice.SpicePreferences

java.lang.Object
  extended by com.sun.electric.tool.io.input.Input.InputPreferences
      extended by com.sun.electric.tool.io.input.Spice.SpicePreferences
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Spice

public static class Spice.SpicePreferences
extends Input.InputPreferences

See Also:
Serialized Form

Constructor Summary
Spice.SpicePreferences(boolean factory)
           
 
Method Summary
 Library doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 
Methods inherited from class com.sun.electric.tool.io.input.Input.InputPreferences
initFromUserDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Spice.SpicePreferences

public Spice.SpicePreferences(boolean factory)
Method Detail

doInput

public Library doInput(java.net.URL fileURL,
                       Library lib,
                       Technology tech,
                       java.util.Map<Library,Cell> currentCells,
                       Job job)
Specified by:
doInput in class Input.InputPreferences