Package jpicedt.format.output.eepic
Class EepicFormatter.DrawingFormatter
- java.lang.Object
-
- jpicedt.format.output.latex.LatexFormatter.DrawingFormatter
-
- jpicedt.format.output.eepic.EepicFormatter.DrawingFormatter
-
- All Implemented Interfaces:
Formatter
- Enclosing class:
- EepicFormatter
public class EepicFormatter.DrawingFormatter extends LatexFormatter.DrawingFormatter
-
-
Field Summary
-
Fields inherited from class jpicedt.format.output.latex.LatexFormatter.DrawingFormatter
drawing, outputConstraint
-
-
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()-
Methods inherited from class jpicedt.format.output.latex.LatexFormatter.DrawingFormatter
format
-
-
-
-
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()
- Overrides:
createHeaderin classLatexFormatter.DrawingFormatter- Returns:
- the content-type specific header
-
-