public static class LEF.LEFPreferences extends Input.InputPreferences
Modifier and Type | Field and Description |
---|---|
boolean |
continueReading |
boolean |
ignoreTechnology |
double |
overallscale |
int |
unknownLayerHandling |
disablePopups
Constructor and Description |
---|
LEF.LEFPreferences(boolean factory) |
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) |
boolean |
doTechInput(java.net.URL fileURL,
EditingPreferences ep) |
setSkeleton
public boolean ignoreTechnology
public boolean continueReading
public double overallscale
public int unknownLayerHandling
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
public boolean doTechInput(java.net.URL fileURL, EditingPreferences ep)