|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jpicedt.graphic.io.formatter.AbstractFormatter jpicedt.format.output.tikz.PicEllipseFormatter
public class PicEllipseFormatter
Formateur de PicEllipse au format Tikz.
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 |
---|
protected PicEllipse ellipse
protected TikzFormatter factory
Constructor Detail |
---|
public PicEllipseFormatter(PicEllipse ellipse, TikzFormatter factory)
Method Detail |
---|
public Element getElement()
Formatter
Element
sujet du formattage.
public boolean revertedArrowsAttribute()
true
lorsque il faut inverser les paramètres des
flèches au moment du formattage.
revertedArrowsAttribute
in interface Formatter
revertedArrowsAttribute
in class AbstractFormatter
public String format()
Formatter
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |