http://www.jpicedt.org

jpicedt.graphic.io.formatter
Class AbstractDrawingFormatter

java.lang.Object
  extended by jpicedt.graphic.io.formatter.AbstractDrawingFormatter
All Implemented Interfaces:
Formatter
Direct Known Subclasses:
JPICFormatter.DrawingFormatter, LatexFormatter.DrawingFormatter, PstricksFormatter.DrawingFormatter

public abstract class AbstractDrawingFormatter
extends Object
implements Formatter

La classe AbstractDrawingFormatter Fournit l'implatation par défault des méthodes de l'interface Formatter lorsque celle-ci est utilisée pour le formattage d'un Drawing.

Since:
jPicEdt 1.6
Version:
1.0
Author:
Vincent Belaïche

Field Summary
protected  Drawing drawing
           
protected  Object outputConstraints
           
 
Constructor Summary
AbstractDrawingFormatter(Drawing drawing, Object outputConstraints)
           
 
Method Summary
 Element getElement()
          Non pertinent pour un dessin
 boolean revertedArrowsAttribute()
          Non pertinent pour un dessin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jpicedt.graphic.io.formatter.Formatter
format
 

Field Detail

drawing

protected Drawing drawing

outputConstraints

protected Object outputConstraints
Constructor Detail

AbstractDrawingFormatter

public AbstractDrawingFormatter(Drawing drawing,
                                Object outputConstraints)
Method Detail

getElement

public Element getElement()
Non pertinent pour un dessin

Specified by:
getElement in interface Formatter

revertedArrowsAttribute

public boolean revertedArrowsAttribute()
Non pertinent pour un dessin

Specified by:
revertedArrowsAttribute in interface Formatter
Since:
jPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org