|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.io.input.Input
com.sun.electric.tool.io.input.DXF
public class DXF
This class reads files in DEF files.
Field Summary | |
---|---|
static Variable.Key |
DXF_HEADER_ID_KEY
key of Variable holding DXF header information. |
static Variable.Key |
DXF_HEADER_TEXT_KEY
key of Variable holding DXF header text. |
static Variable.Key |
DXF_LAYER_KEY
key of Variable holding DXF layer name. |
Fields inherited from class com.sun.electric.tool.io.input.Input |
---|
byteCount, dataInputStream, errorLogger, fileLength, filePath, inputStream, lineReader, READ_BUFFER_SIZE |
Constructor Summary | |
---|---|
DXF()
|
Method Summary | |
---|---|
protected Library |
importALibrary(Library lib)
Method to import a library from disk. |
Methods inherited from class com.sun.electric.tool.io.input.Input |
---|
changesQuiet, closeInput, eofDuring, getAKeyword, getLine, getLineFromBinary, getProgressNote, getRestOfLine, importLibrary, importToCurrentLibrary, initKeywordParsing, isBreakCharacter, isChangeQuiet, isNewLibraryCreated, openBinaryInput, openStringsInput, openTextInput, preprocessLine, readWholeLine, setProgressNote, setProgressValue, startProgressDialog, stopProgressDialog, updateProgressDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Variable.Key DXF_LAYER_KEY
public static final Variable.Key DXF_HEADER_TEXT_KEY
public static final Variable.Key DXF_HEADER_ID_KEY
Constructor Detail |
---|
public DXF()
Method Detail |
---|
protected Library importALibrary(Library lib)
importALibrary
in class Input
lib
- the library to fill
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |