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 interfaceEnvironmentWithNoTrailingSpaceInterface 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 classAbstractCodeGeneratorAncestor for LaTeX code generators.classAbstractEnvironmentWithNoTrailingSpaceAncestor for code generators that can suppress the trailing space.classAbstractFileReferencingCodeGeneratorAncestor for code generators that deal with files and need to have control over the filename being added to the LaTeX document.classAbstractMetaCodeGeneratorAncestor for generators that enhance another base generator.classAbstractMetaCodeGeneratorWithNoTrailingSpaceAncestor for meta code generators that can suppress the trailing space.classBlockSizeInserts the code from the base generator inside a block with the specified font size.classClearPageAdds a '\clearpage' directive.classCustomStatementsSimply outputs the specified statements.classDummyDummy, generates no output.classFigureInserts a figure with the code generated by the base generator.classImageInserts the specified image.classImportContentImports the content of the specified file.classIncludeIncludes the specified LaTeX file.classInputInputs the specified LaTeX file.classListOfFiguresInserts the statement for the list of figures.classListOfTablesInserts the statement for the list of tables.classMiniPageInserts a minipage environment.classMultiColInserts a 'multicol' environment, providing multiple columns and an optional preface across the columns.classMultiGeneratorAppends the output of the specified generators to the document.classNewPageAdds a '\newpage' directive.classNewSectionAdds a new section to the document with an optional label for cross-referencing.classTableInserts the spreadsheet obtained from storage as table.classTableOfContentsInserts the statement for the table of contents.classVerbatimOutputs the specified statements in a verbatim block.Fields in adams.doc.latex.generator declared as CodeGenerator Modifier and Type Field Description protected CodeGeneratorAbstractMetaCodeGenerator. m_Generatorthe base generator to use.protected CodeGenerator[]MultiGenerator. m_Generatorsthe generators to use.protected CodeGeneratorMultiCol. m_Prefaceoptional preface code generator.Methods in adams.doc.latex.generator that return CodeGenerator Modifier and Type Method Description protected abstract CodeGeneratorAbstractMetaCodeGenerator. getDefaultGenerator()Returns the default code generator to use.protected CodeGeneratorBlockSize. getDefaultGenerator()Returns the default code generator to use.protected CodeGeneratorFigure. getDefaultGenerator()Returns the default code generator to use.protected CodeGeneratorMiniPage. getDefaultGenerator()Returns the default code generator to use.protected CodeGeneratorMultiCol. getDefaultGenerator()Returns the default code generator to use.CodeGeneratorAbstractMetaCodeGenerator. getGenerator()Returns the base generator to use.CodeGenerator[]MultiGenerator. getGenerators()Returns the generators to use.CodeGeneratorMultiCol. getPreface()Returns the preface code generator.Methods in adams.doc.latex.generator with parameters of type CodeGenerator Modifier and Type Method Description voidAbstractMetaCodeGenerator. setGenerator(CodeGenerator value)Sets the base generator to use.voidMultiGenerator. setGenerators(CodeGenerator[] value)Sets the generators to use.voidMultiCol. 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 CodeGeneratorLatexAppendDocument. m_Generatorthe code generator to use.Methods in adams.flow.transformer that return CodeGenerator Modifier and Type Method Description CodeGeneratorLatexAppendDocument. getGenerator()Returns the generator to use.Methods in adams.flow.transformer with parameters of type CodeGenerator Modifier and Type Method Description voidLatexAppendDocument. setGenerator(CodeGenerator value)Sets the generator to use.
-