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 |
Constructor and Description |
---|
DaisPreferences(boolean factory,
boolean newLib) |
Modifier and Type | Method and Description |
---|---|
Library |
doInput(java.net.URL fileURL,
Library lib,
Technology tech,
java.util.Map<Library,Cell> currentCells,
Job job) |
void |
initFromUserDefaults() |
public boolean displayOnly
public boolean readCellInstances
public boolean readGlobalWires
public boolean readPowerAndGround
public boolean readDetailWires
public boolean readConnectivity
public void initFromUserDefaults()
initFromUserDefaults
in class Input.InputPreferences
public Library doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
doInput
in class Input.InputPreferences