http://www.jpicedt.org

jpicedt.format.output.tikz
Class PicEllipseFormatter

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

public class PicEllipseFormatter
extends AbstractFormatter

Formateur de PicEllipse au format Tikz.

Since:
jpicedt 1.6
Author:
Vincent Belaïche

Field Summary
protected  PicEllipse ellipse
          les éléments sur lesquels ce formatteur agit
protected  TikzFormatter factory
           
 
Constructor Summary
PicEllipseFormatter(PicEllipse ellipse, 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.
 boolean revertedArrowsAttribute()
          renvoie true lorsque il faut inverser les paramètres des flèches au moment du formattage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ellipse

protected PicEllipse ellipse
les éléments sur lesquels ce formatteur agit


factory

protected TikzFormatter factory
Constructor Detail

PicEllipseFormatter

public PicEllipseFormatter(PicEllipse ellipse,
                           TikzFormatter factory)
Method Detail

getElement

public Element getElement()
Description copied from interface: Formatter
Renvoie l'Element sujet du formattage.

Since:
jPicEdt 1.6

revertedArrowsAttribute

public boolean revertedArrowsAttribute()
renvoie true lorsque il faut inverser les paramètres des flèches au moment du formattage.

Specified by:
revertedArrowsAttribute in interface Formatter
Overrides:
revertedArrowsAttribute in class AbstractFormatter
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 la PicEllipse passée à la construction.
Since:
jPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org