Package jpicedt.format.output.pstricks
Class PstricksFormatter.DrawingFormatter
- java.lang.Object
-
- jpicedt.format.output.pstricks.PstricksFormatter.DrawingFormatter
-
- All Implemented Interfaces:
Formatter
- Enclosing class:
- PstricksFormatter
public class PstricksFormatter.DrawingFormatter extends java.lang.Object implements Formatter
"begin{pspicture}(x0,y0)(x1,y1)" (PsTricks) where (x0,y0)=lower-left corner and (x1,y1)=upper-right corner
-
-
Constructor Summary
Constructors Constructor Description DrawingFormatter(Drawing drawing, java.lang.Object outputConstraint)init this formatter for the given drawing
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringformat()Create a String representing an Element in the format of this formatter
-
-
-
Constructor Detail
-
DrawingFormatter
public DrawingFormatter(Drawing drawing, java.lang.Object outputConstraint)
init this formatter for the given drawing- Parameters:
outputConstraint- if MAKE_STANDALONE_FILE, prepend/append prolog and epilog.
-
-
Method Detail
-
format
public java.lang.String format()
Description copied from interface:FormatterCreate a String representing an Element in the format of this formatter
-
-