http://www.jpicedt.org

jpicedt.format.output.eepic
Class PicParallelogramFormatter

java.lang.Object
  extended by jpicedt.graphic.io.formatter.AbstractFormatter
      extended by 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

Field Summary
protected  PicParallelogram element
          the Element this formater acts upon
protected  EepicFormatter factory
          the producing factory
 
Constructor Summary
PicParallelogramFormatter(PicParallelogram element, EepicFormatter 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

element

protected PicParallelogram element
the Element this formater acts upon


factory

protected EepicFormatter factory
the producing factory

Constructor Detail

PicParallelogramFormatter

public PicParallelogramFormatter(PicParallelogram element,
                                 EepicFormatter factory)
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()
Description copied from interface: Formatter
Create a String representing an Element in the format of this formatter


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org