http://www.jpicedt.org

jpicedt.format.input.dxf
Class DXFExtractor

java.lang.Object
  extended by jpicedt.format.input.dxf.DXFExtractor
All Implemented Interfaces:
CodedContentExtraction

public class DXFExtractor
extends Object
implements CodedContentExtraction


Nested Class Summary
 
Nested classes/interfaces inherited from interface jpicedt.graphic.io.parser.CodedContentExtraction
CodedContentExtraction.ExtractedCodedContent
 
Constructor Summary
DXFExtractor()
           
 
Method Summary
 CodedContentExtraction.ExtractedCodedContent extractCodedContent(String inputString)
          Recherche la séquence 0SECTION>CR> au début du fichier pour détecter que le fichier est au format DXF.
 Parser getParser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXFExtractor

public DXFExtractor()
Method Detail

getParser

public Parser getParser()
Specified by:
getParser in interface CodedContentExtraction
Returns:
Un nouveau parser à utiliser pour analyser un dessin codé en DXF.
Since:
jPicEdt 1.6

extractCodedContent

public CodedContentExtraction.ExtractedCodedContent extractCodedContent(String inputString)
Recherche la séquence 0SECTION>CR> au début du fichier pour détecter que le fichier est au format DXF.

Specified by:
extractCodedContent in interface CodedContentExtraction
Parameters:
inputString - tampon contenant le fichier où chercher le dessin codé.
Returns:
null si pas de dessin codé trouvé, un descripteur de dessin codé sinon.
Since:
jPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org