com.sun.electric.tool.io
Class IOTool.DaisPreferences
java.lang.Object
com.sun.electric.tool.io.input.Input.InputPreferences
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
displayOnly
public boolean displayOnly
readCellInstances
public boolean readCellInstances
readGlobalWires
public boolean readGlobalWires
readPowerAndGround
public boolean readPowerAndGround
readDetailWires
public boolean readDetailWires
readConnectivity
public boolean readConnectivity
IOTool.DaisPreferences
public IOTool.DaisPreferences(boolean factory,
boolean newLib)
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