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