public static class IOTool.DaisPreferences extends Input.InputPreferences
Modifier and Type | Field and Description |
---|---|
boolean |
displayOnly |
boolean |
readCellInstances |
boolean |
readConnectivity |
boolean |
readDetailWires |
boolean |
readGlobalWires |
boolean |
readPowerAndGround |
disablePopups
Constructor and Description |
---|
IOTool.DaisPreferences(boolean factory,
boolean newLib) |
Modifier and Type | Method and Description |
---|---|
Library |
doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
setSkeleton
public boolean displayOnly
public boolean readCellInstances
public boolean readGlobalWires
public boolean readPowerAndGround
public boolean readDetailWires
public boolean readConnectivity
public IOTool.DaisPreferences(boolean factory, boolean newLib)
public Library doInput(java.net.URL fileURL, Library lib, Technology tech, EditingPreferences ep, java.util.Map<Library,Cell> currentCells, java.util.Map<CellId,java.util.BitSet> nodesToExpand, Job job)
doInput
in class Input.InputPreferences