http://www.jpicedt.org

jpicedt.format.output.dxf
Class AbstractCurveFormatter

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

public class AbstractCurveFormatter
extends AbstractFormatter

Formatteur en DXF (marque déposée) pour les AbstractCurve's. Le résultat du formattages est selon les caractéristique de la AbstractCurve une/des LWPOLYLINE, des LINE's, des ARC, et/ou des SPLINE.

Since:
jPicEdt 1.6
Author:
Vincent Belaïche

Field Summary
protected  AbstractCurve curve
          the Element this formater acts upon
protected  DXFFormatter factory
           
 
Constructor Summary
AbstractCurveFormatter(AbstractCurve curve, DXFFormatter 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
the Element this formater acts upon


factory

protected DXFFormatter factory
Constructor Detail

AbstractCurveFormatter

public AbstractCurveFormatter(AbstractCurve curve,
                              DXFFormatter 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()
              throws IOException
Description copied from interface: Formatter
Create a String representing an Element in the format of this formatter

Throws:
IOException
Since:
jPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org