jpicedt.format.output.tikz
Class PicTextFormatter
java.lang.Object
jpicedt.graphic.io.formatter.AbstractFormatter
jpicedt.format.output.tikz.PicTextFormatter
- All Implemented Interfaces:
- Formatter
public class PicTextFormatter
- extends AbstractFormatter
Formateur de PicText au format TikZ.
- Since:
- jpicedt 1.6
- Author:
- Vincent Belaïche
Method Summary |
String |
format()
Create a String representing an Element in the format of this formatter |
Element |
getElement()
Renvoie l'Element sujet du formattage. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
protected PicText text
- les éléments sur lesquels ce formatteur agit
factory
protected TikzFormatter factory
PicTextFormatter
public PicTextFormatter(PicText text,
TikzFormatter factory)
getElement
public Element getElement()
- Description copied from interface:
Formatter
- Renvoie l'
Element
sujet du formattage.
- Since:
- jPicEdt 1.6
format
public String format()
- Description copied from interface:
Formatter
- Create a String representing an Element in the format of this formatter
- Returns:
- une chaîne de caractères contenant le code TikZ formatant le
PicText passé à la construction.
- Since:
- jPicEdt 1.6
Submit a bug : syd@jpicedt.org