http://www.jpicedt.org

jpicedt.format.input.dxf
Class DXFParser

java.lang.Object
  extended by jpicedt.format.input.dxf.DXFParser
All Implemented Interfaces:
ExtractionParsing, Parser

public class DXFParser
extends Object
implements ExtractionParsing

Analyse syntaxique d'un dessin codé en DXF.

Since:
JPicEdt 1.6
Author:
Vincent Belaïche

Constructor Summary
DXFParser()
           
 
Method Summary
 ParsedDrawing extractAndParse(Reader reader)
          C'est juste fourni au cas où on voudrait brider JPicEdt pour qu'il ne soit capable de ne lire que du DXF (il suffirait d'utiliser DXFParser au lieu de JPICParser dans MiscUtilities.createParser().
 Drawing parse(Reader reader)
          signature pour compatibilité ascendante.
 void parse(Reader reader, ParsedDrawing dr)
          Point d'entrée pour l'analyse syntaxique d'un dessin codé en DXF.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXFParser

public DXFParser()
Method Detail

parse

public Drawing parse(Reader reader)
              throws ParserException
signature pour compatibilité ascendante.

Specified by:
parse in interface Parser
Returns:
Un nouvel expample d'un Drawing peuplé des objets graphiques résultant des l'analyse des données lues par le reader passé en argument.
Throws:
ParserException
Since:
JPicEdt 1.6

parse

public void parse(Reader reader,
                  ParsedDrawing dr)
           throws ParserException
Point d'entrée pour l'analyse syntaxique d'un dessin codé en DXF.

Specified by:
parse in interface Parser
Throws:
ParserException
Since:
JPicEdt 1.6

extractAndParse

public ParsedDrawing extractAndParse(Reader reader)
                              throws ParserException
C'est juste fourni au cas où on voudrait brider JPicEdt pour qu'il ne soit capable de ne lire que du DXF (il suffirait d'utiliser DXFParser au lieu de JPICParser dans MiscUtilities.createParser().

Specified by:
extractAndParse in interface ExtractionParsing
Throws:
ParserException
Since:
JPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org