http://www.jpicedt.org

jpicedt.format.output.tikz
Class AbstractCurveFormatter

java.lang.Object
  extended by jpicedt.graphic.io.formatter.AbstractFormatter
      extended by jpicedt.format.output.tikz.AbstractCurveFormatter
All Implemented Interfaces:
Formatter

public class AbstractCurveFormatter
extends AbstractFormatter

Formatteur en Tikz pour les AbstractCurve's. Dessine un chemin en TikZ.

Since:
jPicEdt 1.6
Author:
Vincent Belaïche

Field Summary
protected  AbstractCurve curve
          Les éléments sur lesquels ce formatteur agit.
protected  TikzFormatter factory
           
 
Constructor Summary
AbstractCurveFormatter(AbstractCurve curve, TikzFormatter factory)
           
 
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 jpicedt.graphic.io.formatter.AbstractFormatter
revertedArrowsAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

curve

protected AbstractCurve curve
Les éléments sur lesquels ce formatteur agit.


factory

protected TikzFormatter factory
Constructor Detail

AbstractCurveFormatter

public AbstractCurveFormatter(AbstractCurve curve,
                              TikzFormatter factory)
Since:
jPicEdt 1.6
Method Detail

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 représentant cette AbstractCurve et utilisant les macros de TikZ.
Since:
jPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org