jpicedt.format.output.dxf
Class PicParallelogramFormatter
java.lang.Object
jpicedt.graphic.io.formatter.AbstractFormatter
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
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 |
parallelogram
protected PicParallelogram parallelogram
- the Element this formater acts upon
factory
protected DXFFormatter factory
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 à formatterfactory
- la fabrique de formatage DXF (marque déposée) à utiliser pour le formatage.- 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()
- Description copied from interface:
Formatter
- Create a String representing an Element in the format of this formatter
- Since:
- jPicEdt 1.6
Submit a bug : syd@jpicedt.org