com.sun.electric.tool.io
Class IOTool.DaisPreferences

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

public static class IOTool.DaisPreferences
extends Input.InputPreferences

Class to invoke the Dais input module via reflection.

See Also:
Serialized Form

Field Summary
 boolean displayOnly
           
 boolean readCellInstances
           
 boolean readConnectivity
           
 boolean readDetailWires
           
 boolean readGlobalWires
           
 boolean readPowerAndGround
           
 
Constructor Summary
IOTool.DaisPreferences(boolean factory, boolean newLib)
           
 
Method Summary
 Library doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 void initFromUserDefaults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayOnly

public boolean displayOnly

readCellInstances

public boolean readCellInstances

readGlobalWires

public boolean readGlobalWires

readPowerAndGround

public boolean readPowerAndGround

readDetailWires

public boolean readDetailWires

readConnectivity

public boolean readConnectivity
Constructor Detail

IOTool.DaisPreferences

public IOTool.DaisPreferences(boolean factory,
                              boolean newLib)
Method Detail

initFromUserDefaults

public void initFromUserDefaults()
Overrides:
initFromUserDefaults in class Input.InputPreferences

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