http://www.jpicedt.org

jpicedt.format.output.pstricks
Class PicParallelogramFormatter

java.lang.Object
  extended by jpicedt.graphic.io.formatter.AbstractFormatter
      extended by jpicedt.format.output.pstricks.PicParallelogramFormatter
All Implemented Interfaces:
Formatter

public class PicParallelogramFormatter
extends AbstractFormatter

Pstricks formatter for PicParallelogram paraects.

Since:
jpicedt 1.4
Version:
$Id: PicParallelogramFormatter.java,v 1.11 2013/03/27 07:09:20 vincentb1 Exp $
Author:
Vincent Guirardel, Sylvain Reynal

Constructor Summary
PicParallelogramFormatter(PicParallelogram para, PstricksFormatter factory)
           
 
Method Summary
 String format()
          \\psframe[param](x1,y1)(x2,y2) => not used anymore [SR:pending]
\\pspolygon[param](x1,y1)...
 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
 

Constructor Detail

PicParallelogramFormatter

public PicParallelogramFormatter(PicParallelogram para,
                                 PstricksFormatter factory)
Method Detail

getElement

public Element getElement()
Description copied from interface: Formatter
Renvoie l'Element sujet du formattage.


format

public String format()
\\psframe[param](x1,y1)(x2,y2) => not used anymore [SR:pending]
\\pspolygon[param](x1,y1)...(x4,y4)


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org