Package jpicedt.format.output.latex
Class LatexFormatter.DrawingFormatter
- java.lang.Object
-
- jpicedt.format.output.latex.LatexFormatter.DrawingFormatter
-
- All Implemented Interfaces:
Formatter
- Direct Known Subclasses:
EepicFormatter.DrawingFormatter
- Enclosing class:
- LatexFormatter
public class LatexFormatter.DrawingFormatter extends java.lang.Object implements Formatter
-
-
Field Summary
Fields Modifier and Type Field Description protected Drawingdrawingthe Drawing this formater acts uponprotected java.lang.ObjectoutputConstraint
-
Constructor Summary
Constructors Constructor Description DrawingFormatter(Drawing drawing, java.lang.Object outputConstraint)init this formater for the given drawing
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringcreateHeader()java.lang.Stringformat()Create a String representing an Element in the format of this formatter
-
-
-
Field Detail
-
drawing
protected Drawing drawing
the Drawing this formater acts upon
-
outputConstraint
protected java.lang.Object outputConstraint
-
-
Constructor Detail
-
DrawingFormatter
public DrawingFormatter(Drawing drawing, java.lang.Object outputConstraint)
init this formater for the given drawing
-
-
Method Detail
-
createHeader
protected java.lang.String createHeader()
- Returns:
- the content-type specific header
-
format
public java.lang.String format()
Description copied from interface:FormatterCreate a String representing an Element in the format of this formatter
-
-