ConForM.CoopnTools.CoKer.CodeVisual
Class LatexFormat

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.CodeVisual.Format
        |
        +--ConForM.CoopnTools.CoKer.CodeVisual.LatexFormat

public class LatexFormat
extends Format

This class implements the Formatting for CodeViewer in Latex Mode


Fields inherited from class ConForM.CoopnTools.CoKer.CodeVisual.Format
ANSI, colnum, contextMode, conversions, conversionsLength, defaultFontSize, defaultTabSize, env, fontsize, formatNames, FORMATNUMBER, HTML, LATEX, MIF, out, PLAIN, tabMode, tabsize
 
Method Summary
protected  void writeContext(java.lang.String title)
          The context, optionnaly present, insure that the produced document is a stand-alone document.
protected  void writeEndContext()
           
protected  void writeEndText()
           
protected  void writeStartText()
          Start and end texts encompass the data of the document
 
Methods inherited from class ConForM.CoopnTools.CoKer.CodeVisual.Format
getFontSize, getFormatter, getTabSize, resetColor, setColor, setFontSize, setTabSize, supportedFormats, write, writeDocumentFooter, writeDocumentHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeContext

protected void writeContext(java.lang.String title)
Description copied from class: Format
The context, optionnaly present, insure that the produced document is a stand-alone document. If the context is not present, it should be assumed that the document will be included into a more broader one.
Overrides:
writeContext in class Format

writeEndContext

protected void writeEndContext()
Overrides:
writeEndContext in class Format

writeStartText

protected void writeStartText()
Description copied from class: Format
Start and end texts encompass the data of the document
Overrides:
writeStartText in class Format

writeEndText

protected void writeEndText()
Overrides:
writeEndText in class Format