jpicedt.format.output.pstricks
Class PicParallelogramFormatter
java.lang.Object
jpicedt.graphic.io.formatter.AbstractFormatter
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PicParallelogramFormatter
public PicParallelogramFormatter(PicParallelogram para,
PstricksFormatter factory)
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)
Submit a bug : syd@jpicedt.org