public static class DXF.DXFPreferences extends Input.InputPreferences
Modifier and Type | Field and Description |
---|---|
boolean |
flattenHierarchy |
boolean |
readAllLayers |
int |
scale |
disablePopups
Constructor and Description |
---|
DXF.DXFPreferences(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) |
setSkeleton
public boolean flattenHierarchy
public boolean readAllLayers
public int scale
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