jpicedt.format.output.dxf
Class PicTextFormatter
java.lang.Object
jpicedt.graphic.io.formatter.AbstractFormatter
jpicedt.format.output.dxf.PicTextFormatter
- All Implemented Interfaces:
- Formatter
public class PicTextFormatter
- extends AbstractFormatter
Formatteur de PicText vers le format DXF (marque déposée). Selon les préférences utilisateur
le résultat est un TEXT ou un MTEXT. Pour l'instant seul TEXT est supporté.
- 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 |
text
protected PicText text
- l' Element sur lequel ce formatteur agit
factory
protected DXFFormatter factory
PicTextFormatter
public PicTextFormatter(PicText text,
DXFFormatter factory)
- Construit un formatteur de PicText pour un type de contenu DXF (marque déposée).
- Parameters:
text
- l'objet de classe PicText à 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