http://www.jpicedt.org

jpicedt.format.input.util
Class TeXExtractor

java.lang.Object
  extended by jpicedt.format.input.util.TeXExtractor
All Implemented Interfaces:
CodedContentExtraction

public class TeXExtractor
extends Object
implements CodedContentExtraction

Détecte si le dessin codé est codé dans l'une des variante de TeX (c'est à dire LaTeX env picture de base, ou Epic/Eepic, ou pstricked). Permet d'obtenir le parser pour du TeX.

Since:
jPicEdt 1.6
Author:
Vincent Belaïche

Nested Class Summary
 
Nested classes/interfaces inherited from interface jpicedt.graphic.io.parser.CodedContentExtraction
CodedContentExtraction.ExtractedCodedContent
 
Constructor Summary
TeXExtractor()
           
 
Method Summary
 CodedContentExtraction.ExtractedCodedContent extractCodedContent(String inputString)
           
 Parser getParser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeXExtractor

public TeXExtractor()
Method Detail

getParser

public Parser getParser()
Specified by:
getParser in interface CodedContentExtraction
Returns:
Le parser à utiliser pour analyser le dessin codé.

extractCodedContent

public CodedContentExtraction.ExtractedCodedContent extractCodedContent(String inputString)
Specified by:
extractCodedContent in interface CodedContentExtraction
Returns:
null si pas de dessin codé trouvé, un descripteur du dessin codé sinon.

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org