Uses of Interface
adams.doc.latex.generator.CodeGenerator
-
Packages that use CodeGenerator Package Description adams.doc.latex.generator adams.flow.transformer -
-
Uses of CodeGenerator in adams.doc.latex.generator
Subinterfaces of CodeGenerator in adams.doc.latex.generator Modifier and Type Interface Description interface
EnvironmentWithNoTrailingSpace
Interface for code generators that can append a "%" to avoid a trailing space.Classes in adams.doc.latex.generator that implement CodeGenerator Modifier and Type Class Description class
AbstractCodeGenerator
Ancestor for LaTeX code generators.class
AbstractEnvironmentWithNoTrailingSpace
Ancestor for code generators that can suppress the trailing space.class
AbstractFileReferencingCodeGenerator
Ancestor for code generators that deal with files and need to have control over the filename being added to the LaTeX document.class
AbstractMetaCodeGenerator
Ancestor for generators that enhance another base generator.class
AbstractMetaCodeGeneratorWithNoTrailingSpace
Ancestor for meta code generators that can suppress the trailing space.class
BlockSize
Inserts the code from the base generator inside a block with the specified font size.class
ClearPage
Adds a '\clearpage' directive.class
CustomStatements
Simply outputs the specified statements.class
Dummy
Dummy, generates no output.class
Figure
Inserts a figure with the code generated by the base generator.class
Image
Inserts the specified image.class
ImportContent
Imports the content of the specified file.class
Include
Includes the specified LaTeX file.class
Input
Inputs the specified LaTeX file.class
ListOfFigures
Inserts the statement for the list of figures.class
ListOfTables
Inserts the statement for the list of tables.class
MiniPage
Inserts a minipage environment.class
MultiCol
Inserts a 'multicol' environment, providing multiple columns and an optional preface across the columns.class
MultiGenerator
Appends the output of the specified generators to the document.class
NewPage
Adds a '\newpage' directive.class
NewSection
Adds a new section to the document with an optional label for cross-referencing.class
Table
Inserts the spreadsheet obtained from storage as table.class
TableOfContents
Inserts the statement for the table of contents.class
Verbatim
Outputs the specified statements in a verbatim block.Fields in adams.doc.latex.generator declared as CodeGenerator Modifier and Type Field Description protected CodeGenerator
AbstractMetaCodeGenerator. m_Generator
the base generator to use.protected CodeGenerator[]
MultiGenerator. m_Generators
the generators to use.protected CodeGenerator
MultiCol. m_Preface
optional preface code generator.Methods in adams.doc.latex.generator that return CodeGenerator Modifier and Type Method Description protected abstract CodeGenerator
AbstractMetaCodeGenerator. getDefaultGenerator()
Returns the default code generator to use.protected CodeGenerator
BlockSize. getDefaultGenerator()
Returns the default code generator to use.protected CodeGenerator
Figure. getDefaultGenerator()
Returns the default code generator to use.protected CodeGenerator
MiniPage. getDefaultGenerator()
Returns the default code generator to use.protected CodeGenerator
MultiCol. getDefaultGenerator()
Returns the default code generator to use.CodeGenerator
AbstractMetaCodeGenerator. getGenerator()
Returns the base generator to use.CodeGenerator[]
MultiGenerator. getGenerators()
Returns the generators to use.CodeGenerator
MultiCol. getPreface()
Returns the preface code generator.Methods in adams.doc.latex.generator with parameters of type CodeGenerator Modifier and Type Method Description void
AbstractMetaCodeGenerator. setGenerator(CodeGenerator value)
Sets the base generator to use.void
MultiGenerator. setGenerators(CodeGenerator[] value)
Sets the generators to use.void
MultiCol. setPreface(CodeGenerator value)
Sets the optional preface code generator. -
Uses of CodeGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as CodeGenerator Modifier and Type Field Description protected CodeGenerator
LatexAppendDocument. m_Generator
the code generator to use.Methods in adams.flow.transformer that return CodeGenerator Modifier and Type Method Description CodeGenerator
LatexAppendDocument. getGenerator()
Returns the generator to use.Methods in adams.flow.transformer with parameters of type CodeGenerator Modifier and Type Method Description void
LatexAppendDocument. setGenerator(CodeGenerator value)
Sets the generator to use.
-