public static class GDS.GDSPreferences extends Input.InputPreferences
| Modifier and Type | Field and Description |
|---|---|
int |
arraySimplification |
boolean |
expandCells |
boolean |
includeText |
double |
inputScale |
boolean |
instantiateArrays |
boolean |
mergeBoxes |
boolean |
simplifyCells |
int |
unknownLayerHandling |
| Constructor and Description |
|---|
GDS.GDSPreferences(boolean factory) |
| 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 double inputScale
public boolean simplifyCells
public int arraySimplification
public boolean instantiateArrays
public boolean expandCells
public boolean mergeBoxes
public boolean includeText
public int unknownLayerHandling
public void initFromUserDefaults()
initFromUserDefaults in class Input.InputPreferencespublic Library doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
doInput in class Input.InputPreferences