jpicedt.format.output.eepic
Class PicParallelogramFormatter
java.lang.Object
jpicedt.graphic.io.formatter.AbstractFormatter
jpicedt.format.output.eepic.PicParallelogramFormatter
- All Implemented Interfaces:
- Formatter
public class PicParallelogramFormatter
- extends AbstractFormatter
Formats a PicParallelogram to the eepic package, using \\path macros, with appropriate filling if any,
or \\dashline macros if dash is positive.
- Since:
- jpicedt 1.4
- Version:
- $Id: PicParallelogramFormatter.java,v 1.9 2013/03/27 07:10:25 vincentb1 Exp $
- Author:
- Sylvain Reynal
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 |
element
protected PicParallelogram element
- the Element this formater acts upon
factory
protected EepicFormatter factory
- the producing factory
PicParallelogramFormatter
public PicParallelogramFormatter(PicParallelogram element,
EepicFormatter factory)
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
Submit a bug : syd@jpicedt.org