Uses of Interface
adams.flow.transformer.pdfproclet.PdfProclet
-
Packages that use PdfProclet Package Description adams.flow.transformer adams.flow.transformer.pdfgenerate adams.flow.transformer.pdfproclet adams.gui.visualization.multiobjectexport -
-
Uses of PdfProclet in adams.flow.transformer
Fields in adams.flow.transformer declared as PdfProclet Modifier and Type Field Description protected PdfProclet[]
PDFAppendDocument. m_Proclets
the PDF processors.protected PdfProclet[]
PDFCreate. m_Proclets
the PDF processors.Methods in adams.flow.transformer that return PdfProclet Modifier and Type Method Description PdfProclet[]
PDFAppendDocument. getProclets()
Returns the processors in use.PdfProclet[]
PDFCreate. getProclets()
Returns the processors in use.Methods in adams.flow.transformer with parameters of type PdfProclet Modifier and Type Method Description void
PDFAppendDocument. setProclets(PdfProclet[] value)
Sets the processors to use.void
PDFCreate. setProclets(PdfProclet[] value)
Sets the processors for processing the files. -
Uses of PdfProclet in adams.flow.transformer.pdfgenerate
Fields in adams.flow.transformer.pdfgenerate declared as PdfProclet Modifier and Type Field Description protected PdfProclet[]
Proclets. m_Proclets
the PDF processors.Methods in adams.flow.transformer.pdfgenerate that return PdfProclet Modifier and Type Method Description PdfProclet[]
Proclets. getProclets()
Returns the processors in use.Methods in adams.flow.transformer.pdfgenerate with parameters of type PdfProclet Modifier and Type Method Description void
Proclets. setProclets(PdfProclet[] value)
Sets the processors for processing the files. -
Uses of PdfProclet in adams.flow.transformer.pdfproclet
Subinterfaces of PdfProclet in adams.flow.transformer.pdfproclet Modifier and Type Interface Description interface
PdfProcletWithAbsolutePosition
Interface for PDF proclets that allow absolute positioning.interface
PdfProcletWithFilenameOutput
Interface for PDF proclets that allow absolute positioning.interface
PdfProcletWithOptionalAbsolutePosition
Interface for PDF proclets that allow absolute positioning.interface
PdfProcletWithPageBreaks
Interface for PDF proclets that allow absolute positioning.interface
PdfProcletWithVariableFileExtension
Interface for PDF proclets that allow the user to modify the file extensions to work on.Classes in adams.flow.transformer.pdfproclet that implement PdfProclet Modifier and Type Class Description class
AbstractMetaPdfProclet
Ancestor for proclets that wrap another base-proclet.class
AbstractPdfProclet
Abstract ancestor for processors that add the content of files to a PDF document.class
AbstractPdfProcletWithFilenameOutput
Abstract ancestor for processors that can add the filename as well.class
AbstractPdfProcletWithPageBreaks
Ancestor for processors handle page breaks.class
AbstractSpreadSheetPdfProclet
Ancestor for proclets that use spreadsheets.class
Circle
Draws a circle.class
ConfusionMatrix
Adds CSV files (or any spreadsheet files that is supported) as table.class
FixedText
Adds the fixed text line by line, variables get expanded automatically.class
Headline
Adds a simple headline, but no file content.class
Image
Adds GIF, JPEG and PNG image files.class
Line
Draws a line.class
MetaHeadline
Adds a simple headline before applying the base proclet.class
NewPage
Adds a new page whenever a file with the specified extension is processed.class
PlainText
Adds plain-text files line by line.class
Rectangle
Draws a rectangle.class
SpreadSheet
Adds CSV files (or any spreadsheet files that is supported) as table.Fields in adams.flow.transformer.pdfproclet declared as PdfProclet Modifier and Type Field Description protected PdfProclet
AbstractMetaPdfProclet. m_Proclet
the base proclet to use.protected PdfProclet[]
PDFGenerator. m_Proclets
the PDF processors.Methods in adams.flow.transformer.pdfproclet that return PdfProclet Modifier and Type Method Description PdfProclet
AbstractMetaPdfProclet. getProclet()
Returns the proclet to use.PdfProclet[]
PDFGenerator. getProclets()
Returns the processors.Methods in adams.flow.transformer.pdfproclet with parameters of type PdfProclet Modifier and Type Method Description void
AbstractMetaPdfProclet. setProclet(PdfProclet value)
Sets the proclet to use.void
PDFGenerator. setProclets(PdfProclet[] value)
Sets the processors. -
Uses of PdfProclet in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as PdfProclet Modifier and Type Field Description protected PdfProclet[]
PDFExport. m_Proclets
the PDF processors.Methods in adams.gui.visualization.multiobjectexport that return PdfProclet Modifier and Type Method Description protected PdfProclet[]
PDFExport. getDefaultProclets()
Returns the default proclets to use.PdfProclet[]
PDFExport. getProclets()
Returns the processors in use.Methods in adams.gui.visualization.multiobjectexport with parameters of type PdfProclet Modifier and Type Method Description void
PDFExport. setProclets(PdfProclet[] value)
Sets the processors for processing the files.
-