http://www.jpicedt.org

jpicedt.format.output.dxf
Class PicParallelogramFormatter

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

public class PicParallelogramFormatter
extends AbstractFormatter

Formatteur de PicParallelogram au format DXF (marque déposée). Le résultat est soit un LWPOLYLINE soit des LINE's selon les préférences utilisateur.

Since:
jpicedt 1.6
Author:
Vincent Belaïche

Field Summary
protected  DXFFormatter factory
           
protected  PicParallelogram parallelogram
          the Element this formater acts upon
 
Constructor Summary
PicParallelogramFormatter(PicParallelogram parallelogram, DXFFormatter factory)
          Construit un formatteur de PicParallelogram pour un type de contenu DXF (marque déposée).
 
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

parallelogram

protected PicParallelogram parallelogram
the Element this formater acts upon


factory

protected DXFFormatter factory
Constructor Detail

PicParallelogramFormatter

public PicParallelogramFormatter(PicParallelogram parallelogram,
                                 DXFFormatter factory)
Construit un formatteur de PicParallelogram pour un type de contenu DXF (marque déposée).

Parameters:
parallelogram - l'objet de classe PicParallelogram à formatter
factory - la fabrique de formatage DXF (marque déposée) à utiliser pour le formatage.
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

Since:
jPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org