Modifier and Type | Class and Description |
---|---|
protected static class |
LEFDEF.GetLayerInformation
Class to define layer information for LEF and DEF reading.
|
protected static class |
LEFDEF.ViaDef
Class to define Via information for LEF and DEF reading.
|
Input.InputPreferences
Modifier and Type | Field and Description |
---|---|
protected static LEFDEF.ViaDef |
firstViaDefFromLEF |
protected static java.util.Map<java.lang.String,LEFDEF.GetLayerInformation> |
knownLayers |
protected static double |
OVERALLSCALE |
protected static boolean |
PLACEDEFNETS |
protected static boolean |
PLACELEFGEOMETRY |
protected static Variable.Key |
prXkey |
protected static Variable.Key |
prYkey |
protected static java.util.HashMap<ArcProto,java.lang.Double> |
widthsFromLEF |
byteCount, dataInputStream, ep, errorLogger, fileLength, filePath, inputStream, lineReader, READ_BUFFER_SIZE
Constructor and Description |
---|
LEFDEF() |
Modifier and Type | Method and Description |
---|---|
protected LEFDEF.GetLayerInformation |
getLayerInformation(java.lang.String name)
Method to find a layer from its name.
|
changesQuiet, closeInput, eofDuring, getAKeyword, getInputPreferences, getLine, getLineFromBinary, getProgressNote, getRestOfLine, importALibrary, importLibrary, initKeywordParsing, isBreakCharacter, isChangeQuiet, isNewLibraryCreated, openBinaryInput, openStringsInput, openTextInput, preprocessLine, readWholeLine, setProgressNote, setProgressValue, startProgressDialog, stopProgressDialog, updateProgressDialog
protected static final boolean PLACELEFGEOMETRY
protected static final boolean PLACEDEFNETS
protected static LEFDEF.ViaDef firstViaDefFromLEF
protected static java.util.HashMap<ArcProto,java.lang.Double> widthsFromLEF
protected static java.util.Map<java.lang.String,LEFDEF.GetLayerInformation> knownLayers
protected static final double OVERALLSCALE
protected static Variable.Key prXkey
protected static Variable.Key prYkey
protected LEFDEF.GetLayerInformation getLayerInformation(java.lang.String name)
name
- the layer name.