com.sun.electric.tool.io.input
Class LEF.LEFPreferences

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

public static class LEF.LEFPreferences
extends Input.InputPreferences

See Also:
Serialized Form

Constructor Summary
LEF.LEFPreferences(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

LEF.LEFPreferences

public LEF.LEFPreferences(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