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_Procletsthe PDF processors.protected PdfProclet[]PDFCreate. m_Procletsthe 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 voidPDFAppendDocument. setProclets(PdfProclet[] value)Sets the processors to use.voidPDFCreate. 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_Procletsthe 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 voidProclets. 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 interfacePdfProcletWithAbsolutePositionInterface for PDF proclets that allow absolute positioning.interfacePdfProcletWithFilenameOutputInterface for PDF proclets that allow absolute positioning.interfacePdfProcletWithOptionalAbsolutePositionInterface for PDF proclets that allow absolute positioning.interfacePdfProcletWithPageBreaksInterface for PDF proclets that allow absolute positioning.interfacePdfProcletWithVariableFileExtensionInterface 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 classAbstractMetaPdfProcletAncestor for proclets that wrap another base-proclet.classAbstractPdfProcletAbstract ancestor for processors that add the content of files to a PDF document.classAbstractPdfProcletWithFilenameOutputAbstract ancestor for processors that can add the filename as well.classAbstractPdfProcletWithPageBreaksAncestor for processors handle page breaks.classAbstractSpreadSheetPdfProcletAncestor for proclets that use spreadsheets.classCircleDraws a circle.classConfusionMatrixAdds CSV files (or any spreadsheet files that is supported) as table.classFixedTextAdds the fixed text line by line, variables get expanded automatically.classHeadlineAdds a simple headline, but no file content.classImageAdds GIF, JPEG and PNG image files.classLineDraws a line.classMetaHeadlineAdds a simple headline before applying the base proclet.classNewPageAdds a new page whenever a file with the specified extension is processed.classPlainTextAdds plain-text files line by line.classRectangleDraws a rectangle.classSpreadSheetAdds 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 PdfProcletAbstractMetaPdfProclet. m_Procletthe base proclet to use.protected PdfProclet[]PDFGenerator. m_Procletsthe PDF processors.Methods in adams.flow.transformer.pdfproclet that return PdfProclet Modifier and Type Method Description PdfProcletAbstractMetaPdfProclet. 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 voidAbstractMetaPdfProclet. setProclet(PdfProclet value)Sets the proclet to use.voidPDFGenerator. 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_Procletsthe 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 voidPDFExport. setProclets(PdfProclet[] value)Sets the processors for processing the files.
-