jpicedt.format.output.latex
Class LatexFormatter.DrawingFormatter
java.lang.Object
jpicedt.graphic.io.formatter.AbstractDrawingFormatter
jpicedt.format.output.latex.LatexFormatter.DrawingFormatter
- All Implemented Interfaces:
- Formatter
- Direct Known Subclasses:
- EepicFormatter.DrawingFormatter
- Enclosing class:
- LatexFormatter
public class LatexFormatter.DrawingFormatter
- extends AbstractDrawingFormatter
- implements Formatter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LatexFormatter.DrawingFormatter
public LatexFormatter.DrawingFormatter(Drawing drawing,
Object outputConstraints)
- init this formater for the given drawing
createHeader
protected String createHeader()
- Returns:
- the content-type specific header
format
public String format()
throws IOException
- Description copied from interface:
Formatter
- Create a String representing an Element in the format of this formatter
- Specified by:
format
in interface Formatter
- Returns:
- a String representing this Drawing in the LaTeX/eepic or PsTricks format, depending on the state
of the global Options.formaterMode variable.
- Throws:
IOException
Submit a bug : syd@jpicedt.org