jpicedt.format.output.dxf
Class AbstractCurveFormatter
java.lang.Object
jpicedt.graphic.io.formatter.AbstractFormatter
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
curve
protected AbstractCurve curve
- the Element this formater acts upon
factory
protected DXFFormatter factory
AbstractCurveFormatter
public AbstractCurveFormatter(AbstractCurve curve,
DXFFormatter factory)
- Since:
- jPicEdt 1.6
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
Submit a bug : syd@jpicedt.org