A B C D E F G H I J L M N O P R S T U V Z

A

AbstractPdfProclet - Class in adams.core.io
Abstract ancestor for processors that add the content of files to a PDF document.
AbstractPdfProclet() - Constructor for class adams.core.io.AbstractPdfProclet
 
AbstractPdfProclet.DocumentState - Class in adams.core.io
Container class for storing state information about the document currently being processed.
AbstractPdfProclet.DocumentState() - Constructor for class adams.core.io.AbstractPdfProclet.DocumentState
Initializes the state.
accepts() - Method in class adams.flow.sink.PDFViewer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFCreate
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFExtract
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFExtractImages
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFExtractText
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFMerge
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFPageCount
Returns the class that the consumer accepts.
adams.core.io - package adams.core.io
 
adams.flow.sink - package adams.flow.sink
 
adams.flow.transformer - package adams.flow.transformer
 
adams.gui.chooser - package adams.gui.chooser
 
adams.gui.goe - package adams.gui.goe
 
adams.gui.menu - package adams.gui.menu
 
adams.gui.print - package adams.gui.print
 
adams.gui.tools.previewbrowser - package adams.gui.tools.previewbrowser
 
adams.gui.visualization.pdf - package adams.gui.visualization.pdf
 
addFile() - Method in class adams.core.io.AbstractPdfProclet.DocumentState
Increments the file counters.
addFile(File) - Method in class adams.core.io.PDFGenerator
Adds the file.
addFilename(Document, AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.AbstractPdfProclet
Adds the filename to the page as header, if necessary.
addFilenameTipText() - Method in class adams.core.io.AbstractPdfProclet
Returns the tip text for this property.
addFiles(File[]) - Method in class adams.core.io.PDFGenerator
Adds the files.

B

BOLD - Static variable in class adams.core.io.PdfFont
the string for BOLD.

C

canProcess(AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.AbstractPdfProclet
Whether the processor can handle this particular file.
canProcess(AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.HeadlinePdfProclet
Whether the processor can handle this particular file.
cleanUp() - Method in class adams.gui.tools.previewbrowser.PDFHandler
Cleans up data structures, frees up memory.
cleanUpGUI() - Method in class adams.flow.sink.PDFViewer
Removes all graphical components.
clearPanel() - Method in class adams.flow.sink.PDFViewer
Clears the content of the panel.
close(PDDocument) - Static method in class adams.core.io.JPod
Closes the document again.
close() - Method in class adams.core.io.PDFGenerator
Closes the document again.
close() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Closes the dialog or frame.
closeDocument() - Method in class adams.gui.visualization.pdf.PDFPanel
Closes the document.
closeFile() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Closes the current active tab.
colorCommentsTipText() - Method in class adams.core.io.CsvPdfProclet
Returns the tip text for this property.
colorContentTipText() - Method in class adams.core.io.PlainTextPdfProclet
Returns the tip text for this property.
colorFilenameTipText() - Method in class adams.core.io.AbstractPdfProclet
Returns the tip text for this property.
colorGeneralContentTipText() - Method in class adams.core.io.CsvPdfProclet
Returns the tip text for this property.
colorHeadlineTipText() - Method in class adams.core.io.HeadlinePdfProclet
Returns the tip text for this property.
colorNumericContentTipText() - Method in class adams.core.io.CsvPdfProclet
Returns the tip text for this property.
colorTableHeaderTipText() - Method in class adams.core.io.CsvPdfProclet
Returns the tip text for this property.
contentAdded() - Method in class adams.core.io.AbstractPdfProclet.DocumentState
Stores that content was added.
COURIER - Static variable in class adams.core.io.PdfFont
the string for Courier.
createCustomEditor() - Method in class adams.gui.goe.PdfFontEditor
Gets the custom editor component.
createDisplayPanel(Token) - Method in class adams.flow.sink.PDFViewer
Creates a new panel for the token.
createFont() - Method in class adams.gui.chooser.PdfFontChooserPanel
Determines the font based on the current settings and returns it.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.PDFHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.PDFTextHandler
Creates the actual view.
CsvPdfProclet - Class in adams.core.io
Adds CSV files as table.
CsvPdfProclet() - Constructor for class adams.core.io.CsvPdfProclet
 

D

DEFAULT_FONT - Static variable in class adams.gui.chooser.PdfFontChooserPanel
the default font.
DEFAULT_SIZE - Static variable in class adams.gui.chooser.PdfFontChooserPanel
The index of the default size.
defineOptions() - Method in class adams.core.io.AbstractPdfProclet
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.CsvPdfProclet
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.HeadlinePdfProclet
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.ImagePdfProclet
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.PlainTextPdfProclet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.PDFViewer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFCreate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFExtract
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFExtractText
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFMerge
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.print.PDFWriter
Adds options to the internal list of options.
determinePageSize() - Method in class adams.core.io.PDFGenerator
Returns the PageSize object based on the current setup.
display(Token) - Method in class adams.flow.sink.PDFViewer
Displays the token (the panel and dialog have already been created at this stage).
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.PDFViewer
Returns whether the created display panel requires a scroll pane or not.
doExecute() - Method in class adams.flow.transformer.PDFCreate
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFExtract
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFExtractImages
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFExtractText
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFMerge
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFPageCount
Executes the flow item.
doProcess(Document, AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.AbstractPdfProclet
The actual processing of the document.
doProcess(Document, AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.CsvPdfProclet
The actual processing of the document.
doProcess(Document, AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.HeadlinePdfProclet
The actual processing of the document.
doProcess(Document, AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.ImagePdfProclet
The actual processing of the document.
doProcess(Document, AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.PlainTextPdfProclet
The actual processing of the document.

E

extensionsTipText() - Method in class adams.core.io.CsvPdfProclet
Returns the tip text for this property.
extensionsTipText() - Method in class adams.core.io.HeadlinePdfProclet
Returns the tip text for this property.
extensionsTipText() - Method in class adams.core.io.PlainTextPdfProclet
Returns the tip text for this property.
extensionsTipText() - Method in interface adams.core.io.VariableFileExtensionPdfProclet
Returns the tip text for this property.
extract(File) - Static method in class adams.core.io.JPod
Extracts all text from the specified PDF file.
extract(File, Range) - Static method in class adams.core.io.JPod
Extracts all text from the specified PDF file.
extractImages(File) - Static method in class adams.core.io.JPod
Extracts all images from the specified PDF file.

F

firstPageOnlyTipText() - Method in class adams.core.io.HeadlinePdfProclet
Returns the tip text for this property.
FONT_FACES - Static variable in class adams.gui.chooser.PdfFontChooserPanel
The list of font faces.
FONT_FAMILIES - Static variable in class adams.gui.chooser.PdfFontChooserPanel
The list of font families.
FONT_SIZES - Static variable in class adams.gui.chooser.PdfFontChooserPanel
The list of font sizes.
fontCommentsTipText() - Method in class adams.core.io.CsvPdfProclet
Returns the tip text for this property.
fontContentTipText() - Method in class adams.core.io.PlainTextPdfProclet
Returns the tip text for this property.
fontFilenameTipText() - Method in class adams.core.io.AbstractPdfProclet
Returns the tip text for this property.
fontGeneralContentTipText() - Method in class adams.core.io.CsvPdfProclet
Returns the tip text for this property.
fontHeadlineTipText() - Method in class adams.core.io.HeadlinePdfProclet
Returns the tip text for this property.
fontNumericContentTipText() - Method in class adams.core.io.CsvPdfProclet
Returns the tip text for this property.
fontTableHeaderTipText() - Method in class adams.core.io.CsvPdfProclet
Returns the tip text for this property.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.PdfFontEditor
Returns an object created from the custom string representation.

G

generateOutput() - Method in class adams.gui.print.PDFWriter
generates the actual output.
generates() - Method in class adams.flow.transformer.PDFCreate
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFExtract
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFExtractImages
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFExtractText
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFMerge
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFPageCount
Returns the class of objects that it generates.
getAddFilename() - Method in class adams.core.io.AbstractPdfProclet
Returns whether to output the filename as well.
getCategory() - Method in class adams.gui.menu.PDFViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getClone() - Method in class adams.core.io.PdfFont
Returns a clone of the object.
getColorComments() - Method in class adams.core.io.CsvPdfProclet
Returns the color to use for the comments.
getColorContent() - Method in class adams.core.io.PlainTextPdfProclet
Returns the color to use for the content.
getColorFilename() - Method in class adams.core.io.AbstractPdfProclet
Returns the color to use for adding the filename header.
getColorGeneralContent() - Method in class adams.core.io.CsvPdfProclet
Returns the color to use for general content.
getColorHeadline() - Method in class adams.core.io.HeadlinePdfProclet
Returns the color to use for the headline.
getColorNumericContent() - Method in class adams.core.io.CsvPdfProclet
Returns the color to use for numeric content.
getColorTableHeader() - Method in class adams.core.io.CsvPdfProclet
Returns the color to use for the table header.
getCurrent() - Method in class adams.gui.chooser.PdfFontChooser
Retrieve the selected font, or null.
getCurrent() - Method in class adams.gui.chooser.PdfFontChooserPanel
Retrieve the selected font, or null.
getCurrentPanel() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Returns the image panel in the currently selected tab.
getDefaultHeight() - Method in class adams.flow.sink.PDFViewer
Returns the default height for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.PDFViewer
Returns the default width for the dialog.
getDescription() - Method in class adams.gui.print.PDFWriter
returns the name of the writer, to display in the FileChooser.
getDoc() - Method in class adams.gui.visualization.pdf.PDFCanvas
 
getDocument() - Method in class adams.gui.visualization.pdf.PDFPanel
Returns the currently displayed document.
getExtensions() - Method in class adams.core.io.AbstractPdfProclet
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.core.io.CsvPdfProclet
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.core.io.HeadlinePdfProclet
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.core.io.ImagePdfProclet
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.core.io.PlainTextPdfProclet
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.gui.print.PDFWriter
returns the extensions (incl.
getExtensions() - Method in class adams.gui.tools.previewbrowser.PDFHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.PDFTextHandler
Returns the list of extensions (without dot) that this handler can take care of.
getFileChooser() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Returns the file chooser and creates it if necessary.
getFirstPageOnly() - Method in class adams.core.io.HeadlinePdfProclet
Returns the whether to add the headline only on the first page.
getFontComments() - Method in class adams.core.io.CsvPdfProclet
Returns the font to use for the comments.
getFontContent() - Method in class adams.core.io.PlainTextPdfProclet
Returns the font to use for adding the content.
getFontFace() - Method in class adams.core.io.PdfFont
Returns the font face.
getFontFace(String) - Static method in class adams.core.io.PdfFont
Turns the font style name into the constant of the font style.
getFontFaces() - Method in class adams.core.io.PdfFont
Generates a list of font faces.
getFontFaces(Font) - Static method in class adams.core.io.PdfFont
Generates a list of font style names from the given font setup.
getFontFamily() - Method in class adams.core.io.PdfFont
Turns the font family into the String constant of the font family.
getFontFamily(String) - Static method in class adams.core.io.PdfFont
Turns the font family name into the constant of the font family.
getFontFamily(Font) - Static method in class adams.core.io.PdfFont
Turns the font family into the String constant of the font family.
getFontFamily(int) - Static method in class adams.core.io.PdfFont
Turns the font family into the String constant of the font family.
getFontFamilyEnum(int) - Static method in class adams.core.io.PdfFont
Turns the font family into the enum of the font family.
getFontFamilyName() - Method in class adams.core.io.PdfFont
Turns the font family into the String constant of the font family.
getFontFilename() - Method in class adams.core.io.AbstractPdfProclet
Returns the font to use for adding the filename header.
getFontGeneralContent() - Method in class adams.core.io.CsvPdfProclet
Returns the font to use for adding the content.
getFontHeadline() - Method in class adams.core.io.HeadlinePdfProclet
Returns the font to use for the headline.
getFontNumericContent() - Method in class adams.core.io.CsvPdfProclet
Returns the font to use for adding the content.
getFontTableHeader() - Method in class adams.core.io.CsvPdfProclet
Returns the font to use for the table header.
getHeadline() - Method in class adams.core.io.HeadlinePdfProclet
Returns the headline to add.
getIconName() - Method in class adams.gui.menu.PDFViewer
Returns the file name of the icon.
getImageRotation() - Method in class adams.gui.print.PDFWriter
Returns the degrees by which to rotate the images.
getImageScale() - Method in class adams.gui.print.PDFWriter
Returns the scale factor (0-1) for images based on the page size.
getJavaInitializationString() - Method in class adams.gui.goe.PdfFontEditor
Returns a representation of the current property value as java source.
getMenuBar() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Creates a menu bar (singleton per panel object).
getNumDecimals() - Method in class adams.core.io.CsvPdfProclet
Returns the number of decimals for numbers in tables.
getNumFilesPerPage() - Method in class adams.core.io.AbstractPdfProclet
Returns the number of files to put on a single page.
getOutput() - Method in class adams.core.io.PDFGenerator
Returns the output file.
getOutput() - Method in class adams.flow.transformer.PDFCreate
Returns the output file.
getOutput() - Method in class adams.flow.transformer.PDFExtract
Returns the output file.
getOutput() - Method in class adams.flow.transformer.PDFMerge
Returns the output file.
getPage() - Method in class adams.gui.visualization.pdf.PDFCanvas
 
getPageBreakAfter() - Method in class adams.core.io.AbstractPdfProclet
Returns whether a page break is added after the file is inserted.
getPageBreakBefore() - Method in class adams.core.io.AbstractPdfProclet
Returns whether a page break is added before the file is inserted.
getPageCount(File) - Static method in class adams.core.io.JPod
Determines the page count of a PDF file.
getPageCount() - Method in class adams.gui.visualization.pdf.PDFCanvas
 
getPageIndex() - Method in class adams.gui.visualization.pdf.PDFCanvas
 
getPageOrientation() - Method in class adams.core.io.PDFGenerator
Returns the page orientation.
getPageOrientation() - Method in class adams.flow.transformer.PDFCreate
Returns the page orientation.
getPages() - Method in class adams.flow.transformer.PDFExtract
Returns the page range.
getPages() - Method in class adams.flow.transformer.PDFExtractText
Returns the page range.
getPageSize() - Method in class adams.core.io.PDFGenerator
Returns the page size.
getPageSize() - Method in class adams.flow.transformer.PDFCreate
Returns the page size.
getPageTree() - Method in class adams.gui.visualization.pdf.PDFCanvas
 
getPanelAt(int) - Method in class adams.gui.visualization.pdf.PDFViewerPanel.TabbedPane
Returns the PDF panel at the specified position.
getProclets() - Method in class adams.core.io.PDFGenerator
Returns the processors.
getProclets() - Method in class adams.flow.transformer.PDFCreate
Returns the processors in use.
getQuickInfo() - Method in class adams.flow.transformer.PDFCreate
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFExtract
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFExtractText
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFMerge
Returns a quick info about the actor, which will be displayed in the GUI.
getRotation() - Method in class adams.core.io.ImagePdfProclet
Returns the degrees by which to rotate the images.
getScale() - Method in class adams.core.io.ImagePdfProclet
Returns the scale factor (0-1) for images based on the page size.
getScale() - Method in class adams.gui.visualization.pdf.PDFCanvas
 
getScale() - Method in class adams.gui.visualization.pdf.PDFPanel
Returns the scaling factor (1 = default).
getSendToClasses() - Method in class adams.flow.sink.PDFViewer
Returns the class that the supporter generates.
getSendToClasses() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Returns the class that the supporter generates.
getSendToItem(Class[]) - Method in class adams.flow.sink.PDFViewer
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Returns the object to send.
getSize() - Method in class adams.core.io.PdfFont
Returns the font size.
getTitle() - Method in class adams.gui.menu.PDFViewer
Returns the title of the window (and text of menuitem).
getUserMode() - Method in class adams.gui.menu.PDFViewer
Returns the user mode, which determines visibility as well.
getZoom() - Method in class adams.flow.sink.PDFViewer
Returns the zoom level in percent.
globalInfo() - Method in class adams.core.io.CsvPdfProclet
Returns a short description of the writer.
globalInfo() - Method in class adams.core.io.HeadlinePdfProclet
Returns a short description of the writer.
globalInfo() - Method in class adams.core.io.ImagePdfProclet
Returns a short description of the writer.
globalInfo() - Method in class adams.core.io.PlainTextPdfProclet
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.sink.PDFViewer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFCreate
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFExtract
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFExtractImages
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFExtractText
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFMerge
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFPageCount
Returns a string describing the object.
globalInfo() - Method in class adams.gui.print.PDFWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.PDFHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.PDFTextHandler
Returns a string describing the object.

H

hasPendingOutput() - Method in class adams.flow.transformer.PDFExtractImages
Checks whether there is pending output to be collected after executing the flow item.
hasSendToItem(Class[]) - Method in class adams.flow.sink.PDFViewer
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Checks whether something to send is available.
HeadlinePdfProclet - Class in adams.core.io
Adds a simple headline, but no file content.
HeadlinePdfProclet() - Constructor for class adams.core.io.HeadlinePdfProclet
 
headlineTipText() - Method in class adams.core.io.HeadlinePdfProclet
Returns the tip text for this property.
HELVETICA - Static variable in class adams.core.io.PdfFont
the string for Helvetica.

I

ImagePdfProclet - Class in adams.core.io
Adds GIF, JPEG and PNG image files.
ImagePdfProclet() - Constructor for class adams.core.io.ImagePdfProclet
 
imageRotationTipText() - Method in class adams.gui.print.PDFWriter
Returns the tip text for this property.
imageScaleTipText() - Method in class adams.gui.print.PDFWriter
Returns the tip text for this property.
initForDisplay() - Method in class adams.gui.goe.PdfFontEditor
Initializes the display of the value.
initGUI() - Method in class adams.gui.chooser.PdfFontChooser
Initializes the widgets.
initGUI() - Method in class adams.gui.chooser.PdfFontChooserPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.pdf.PDFPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Initializes the widgets.
initialize() - Method in class adams.flow.transformer.PDFExtract
Initializes the members.
initialize() - Method in class adams.flow.transformer.PDFExtractImages
Initializes the members.
initialize() - Method in class adams.flow.transformer.PDFExtractText
Initializes the members.
initialize() - Method in class adams.gui.visualization.pdf.PDFPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Initializes the members.
isNewPage() - Method in class adams.core.io.AbstractPdfProclet.DocumentState
Returns whether a new page was just added.
isOpen() - Method in class adams.core.io.PDFGenerator
Checks whether the document is still open.
isSingleton() - Method in class adams.gui.menu.PDFViewer
Whether the panel can only be displayed once.
ITALIC - Static variable in class adams.core.io.PdfFont
the string for ITALIC.

J

JPod - Class in adams.core.io
Helper class for jPod (PDF handling).
JPod() - Constructor for class adams.core.io.JPod
 

L

launch() - Method in class adams.gui.menu.PDFViewer
Launches the functionality of the menu item.
load(String) - Static method in class adams.core.io.JPod
Loads the specified PDF document.
load(File) - Static method in class adams.core.io.JPod
Loads the specified PDF document.
load(File) - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Loads the specified PDF file.

M

m_AddFilename - Variable in class adams.core.io.AbstractPdfProclet
add the filename as header.
m_ButtonCancel - Variable in class adams.gui.chooser.PdfFontChooser
the Cancel button.
m_ButtonClose - Variable in class adams.gui.goe.PdfFontEditor
the close button.
m_ButtonNext - Variable in class adams.gui.visualization.pdf.PDFPanel
the next page button.
m_ButtonOK - Variable in class adams.gui.chooser.PdfFontChooser
the OK button.
m_ButtonOK - Variable in class adams.gui.goe.PdfFontEditor
the OK button.
m_ButtonPrevious - Variable in class adams.gui.visualization.pdf.PDFPanel
the previous page button.
m_ColorComments - Variable in class adams.core.io.CsvPdfProclet
the color for the comments.
m_ColorContent - Variable in class adams.core.io.PlainTextPdfProclet
the color for the content.
m_ColorFilename - Variable in class adams.core.io.AbstractPdfProclet
the color for the filename header.
m_ColorGeneralContent - Variable in class adams.core.io.CsvPdfProclet
the color for general content.
m_ColorHeadline - Variable in class adams.core.io.HeadlinePdfProclet
the color for the headline.
m_ColorNumericContent - Variable in class adams.core.io.CsvPdfProclet
the color for the numeric content.
m_ColorTableHeader - Variable in class adams.core.io.CsvPdfProclet
the color for the table header.
m_Current - Variable in class adams.gui.chooser.PdfFontChooser
The font the user has chosen.
m_Current - Variable in class adams.gui.chooser.PdfFontChooserPanel
The font the user has chosen.
m_CurrentFiles - Variable in class adams.core.io.AbstractPdfProclet.DocumentState
the files added since last page break.
m_Document - Variable in class adams.core.io.PDFGenerator
the documentation that is being worked on.
m_Document - Variable in class adams.gui.tools.previewbrowser.PDFHandler
the current PDF document.
m_Document - Variable in class adams.gui.visualization.pdf.PDFPanel
the PDF to display.
m_Extensions - Variable in class adams.core.io.CsvPdfProclet
the file extensions.
m_Extensions - Variable in class adams.core.io.HeadlinePdfProclet
the file extensions.
m_Extensions - Variable in class adams.core.io.PlainTextPdfProclet
the file extensions.
m_FileChooser - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the filedialog for loading CSV files.
m_FirstPageOnly - Variable in class adams.core.io.HeadlinePdfProclet
whether to add it only on the first page.
m_Font - Variable in class adams.core.io.PdfFont
the actual PDF font.
m_FontChooserPanel - Variable in class adams.gui.goe.PdfFontEditor
The Font chooser used for selecting colors.
m_FontComments - Variable in class adams.core.io.CsvPdfProclet
the font for the comments.
m_FontContent - Variable in class adams.core.io.PlainTextPdfProclet
the font for the content.
m_FontFace - Variable in class adams.core.io.PdfFont
the font face.
m_FontFamily - Variable in class adams.core.io.PdfFont
the font family.
m_FontFilename - Variable in class adams.core.io.AbstractPdfProclet
the font for the filename header.
m_FontGeneralContent - Variable in class adams.core.io.CsvPdfProclet
the font for general content.
m_FontHeadline - Variable in class adams.core.io.HeadlinePdfProclet
the font for the headline.
m_FontNumericContent - Variable in class adams.core.io.CsvPdfProclet
the font for numeric content.
m_FontPanel - Variable in class adams.gui.chooser.PdfFontChooser
the panel for selecting the font.
m_FontTableHeader - Variable in class adams.core.io.CsvPdfProclet
the font for the table header.
m_Headline - Variable in class adams.core.io.HeadlinePdfProclet
the headline to add.
m_IgnoreUpdates - Variable in class adams.gui.chooser.PdfFontChooserPanel
whether to ignore updates in the GUI temporarily.
m_ImageRotation - Variable in class adams.gui.print.PDFWriter
the degrees to rotate images.
m_Images - Variable in class adams.flow.transformer.PDFExtractImages
the images to forward.
m_ImageScale - Variable in class adams.gui.print.PDFWriter
the percentage (0-1) to scale the images to.
m_LabelPages - Variable in class adams.gui.visualization.pdf.PDFPanel
the total number of pages label.
m_ListFontFace - Variable in class adams.gui.chooser.PdfFontChooserPanel
The face chooser.
m_ListFontName - Variable in class adams.gui.chooser.PdfFontChooserPanel
The font name chooser.
m_ListFontSize - Variable in class adams.gui.chooser.PdfFontChooserPanel
The font size chooser.
m_MenuBar - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the menu bar, if used.
m_MenuItemFileClose - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the "close" menu item.
m_MenuItemFileExit - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the "exit" menu item.
m_MenuItemFileOpen - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the "open" menu item.
m_MenuItemFileOpenRecent - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the "load recent" submenu.
m_MenuItemViewZoomIn - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the menu item "zoom in".
m_MenuItemViewZoomOut - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the menu item "zoom out".
m_MenuViewZoom - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the menu "zoom".
m_NewPageAdded - Variable in class adams.core.io.AbstractPdfProclet.DocumentState
whether a new page got added.
m_NumDecimals - Variable in class adams.core.io.CsvPdfProclet
the number of decimals for numbers in tables.
m_NumFilesPerPage - Variable in class adams.core.io.AbstractPdfProclet
the number of files per page.
m_Output - Variable in class adams.core.io.PDFGenerator
the output file.
m_Output - Variable in class adams.flow.transformer.PDFCreate
the output file.
m_Output - Variable in class adams.flow.transformer.PDFExtract
the output file.
m_Output - Variable in class adams.flow.transformer.PDFExtractText
the output file.
m_Output - Variable in class adams.flow.transformer.PDFMerge
the output file.
m_PageBreakAfter - Variable in class adams.core.io.AbstractPdfProclet
whether to add a page-break after adding the file.
m_PageBreakBefore - Variable in class adams.core.io.AbstractPdfProclet
whether to add a page-break before adding the file.
m_PageOrientation - Variable in class adams.core.io.PDFGenerator
the page orientation.
m_PageOrientation - Variable in class adams.flow.transformer.PDFCreate
the page orientation.
m_Pages - Variable in class adams.flow.transformer.PDFExtract
the range of pages to extract.
m_Pages - Variable in class adams.flow.transformer.PDFExtractText
the range of pages to extract.
m_PageSize - Variable in class adams.core.io.PDFGenerator
the page size.
m_PageSize - Variable in class adams.flow.transformer.PDFCreate
the page size.
m_PanelNavigation - Variable in class adams.gui.visualization.pdf.PDFPanel
the panel with the navigation.
m_PDFCanvas - Variable in class adams.gui.visualization.pdf.PDFPanel
the actual display panel.
m_PDFPanel - Variable in class adams.flow.sink.PDFViewer
the panel with the PDF.
m_Proclets - Variable in class adams.core.io.PDFGenerator
the PDF processors.
m_Proclets - Variable in class adams.flow.transformer.PDFCreate
the PDF processors.
m_Properties - Static variable in class adams.gui.visualization.pdf.PDFViewerPanel
the properties.
m_RecentFilesHandler - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the recent files handler.
m_Rotation - Variable in class adams.core.io.ImagePdfProclet
the degrees to rotate images.
m_Scale - Variable in class adams.core.io.ImagePdfProclet
the percentage (0-1) to scale the images to.
m_ScrollPane - Variable in class adams.gui.visualization.pdf.PDFPanel
the scrollpane around the pdf panel.
m_Size - Variable in class adams.core.io.PdfFont
the font size.
m_State - Variable in class adams.core.io.PDFGenerator
the document state.
m_TabbedPane - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the tabbed pane for displaying the CSV files.
m_TextPage - Variable in class adams.gui.visualization.pdf.PDFPanel
the edit field with the page number.
m_TextSample - Variable in class adams.gui.chooser.PdfFontChooserPanel
The display area.
m_TotalFiles - Variable in class adams.core.io.AbstractPdfProclet.DocumentState
the files added so far.
m_Zoom - Variable in class adams.flow.sink.PDFViewer
the zoom level.
main(String[]) - Static method in class adams.gui.chooser.PdfFontChooser
Simple main program to start it running.
main(String[]) - Static method in class adams.gui.chooser.PdfFontChooserPanel
Simple main program to start it running.
MATCH_ALL_EXTENSION - Static variable in class adams.core.io.AbstractPdfProclet
the "match-all" file extension.

N

newPage(Document) - Method in class adams.core.io.AbstractPdfProclet.DocumentState
Adds a new page only if none has been added so far.
newPageAdded() - Method in class adams.core.io.AbstractPdfProclet.DocumentState
Stores that a new page got added.
newPanel() - Method in class adams.flow.sink.PDFViewer
Creates the panel to display in the dialog.
nextPage() - Method in class adams.gui.visualization.pdf.PDFPanel
Displays the next page.
NORMAL - Static variable in class adams.core.io.PdfFont
the string for NORMAL.
numCurrentFiles() - Method in class adams.core.io.AbstractPdfProclet.DocumentState
Returns the number of files that have been added since the last page break.
numDecimalsTipText() - Method in class adams.core.io.CsvPdfProclet
Returns the tip text for this property.
numFilesPerPageTipText() - Method in class adams.core.io.AbstractPdfProclet
Returns the tip text for this property.
numTotalFiles() - Method in class adams.core.io.AbstractPdfProclet.DocumentState
Returns the number of files that have been added so far.

O

open() - Method in class adams.core.io.PDFGenerator
Opens the document for writing.
open() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Opens one or more CSV files.
output() - Method in class adams.flow.transformer.PDFExtractImages
Returns the generated token.
outputTipText() - Method in class adams.flow.transformer.PDFCreate
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.PDFExtract
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.PDFMerge
Returns the tip text for this property.

P

pageBreakAfterTipText() - Method in class adams.core.io.AbstractPdfProclet
Returns the tip text for this property.
pageBreakBeforeTipText() - Method in class adams.core.io.AbstractPdfProclet
Returns the tip text for this property.
pageOrientationTipText() - Method in class adams.flow.transformer.PDFCreate
Returns the tip text for this property.
pageSizeTipText() - Method in class adams.flow.transformer.PDFCreate
Returns the tip text for this property.
pagesTipText() - Method in class adams.flow.transformer.PDFExtract
Returns the tip text for this property.
pagesTipText() - Method in class adams.flow.transformer.PDFExtractText
Returns the tip text for this property.
paint(Graphics) - Method in class adams.gui.visualization.pdf.PDFCanvas
 
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.PdfFontEditor
Paints a representation of the current Object.
PDFCanvas - Class in adams.gui.visualization.pdf
A very simple PDF rendering panel.
PDFCanvas() - Constructor for class adams.gui.visualization.pdf.PDFCanvas
 
PDFCreate - Class in adams.flow.transformer
Actor for generating PDF files.
PDFCreate() - Constructor for class adams.flow.transformer.PDFCreate
 
PDFExtract - Class in adams.flow.transformer
Actor for extracting a range of pages from a PDF file.
PDFExtract() - Constructor for class adams.flow.transformer.PDFExtract
 
PDFExtractImages - Class in adams.flow.transformer
Actor for extracting the images from a PDF file.
PDFExtractImages() - Constructor for class adams.flow.transformer.PDFExtractImages
 
PDFExtractText - Class in adams.flow.transformer
Actor for extracting the text of a range of pages from a PDF file.
PDFExtractText() - Constructor for class adams.flow.transformer.PDFExtractText
 
PdfFont - Class in adams.core.io
A helper class for PDF fonts.
PdfFont() - Constructor for class adams.core.io.PdfFont
Initializes a default font.
PdfFont(String, String, float) - Constructor for class adams.core.io.PdfFont
Initializes the font with the given values.
PdfFont(String, int, float) - Constructor for class adams.core.io.PdfFont
Initializes the font with the given values.
PdfFont(int, int, float) - Constructor for class adams.core.io.PdfFont
Initializes the font with the given values.
PdfFont(String) - Constructor for class adams.core.io.PdfFont
Parses the given string.
PdfFontChooser - Class in adams.gui.chooser
A PDF font selection dialog.
PdfFontChooser(Frame) - Constructor for class adams.gui.chooser.PdfFontChooser
Construct a FontChooser.
PdfFontChooser(Dialog) - Constructor for class adams.gui.chooser.PdfFontChooser
Construct a FontChooser.
PdfFontChooserPanel - Class in adams.gui.chooser
A font selection panel.
PdfFontChooserPanel() - Constructor for class adams.gui.chooser.PdfFontChooserPanel
 
PdfFontEditor - Class in adams.gui.goe
A PropertyEditor for iText Font objects that lets the user select a font from the font dialog.
PdfFontEditor() - Constructor for class adams.gui.goe.PdfFontEditor
 
PDFGenerator - Class in adams.core.io
A helper class for PDF generation.
PDFGenerator() - Constructor for class adams.core.io.PDFGenerator
Initializes the PDF generator.
PDFGenerator.PageOrientation - Enum in adams.core.io
The orientation in the document.
PDFGenerator.PageSize - Enum in adams.core.io
Enumeration of all possible page sizes.
PDFHandler - Class in adams.gui.tools.previewbrowser
Displays the content of PDF files as plain text.
PDFHandler() - Constructor for class adams.gui.tools.previewbrowser.PDFHandler
 
PDFMerge - Class in adams.flow.transformer
Actor for merging multiple PDF files.
Forwards the name of the generated file.
PDFMerge() - Constructor for class adams.flow.transformer.PDFMerge
 
PDFPageCount - Class in adams.flow.transformer
Actor for extracting the page count from a PDF file.
PDFPageCount() - Constructor for class adams.flow.transformer.PDFPageCount
 
PDFPanel - Class in adams.gui.visualization.pdf
Panel for displaying a PDF file.
PDFPanel() - Constructor for class adams.gui.visualization.pdf.PDFPanel
 
PDFTextHandler - Class in adams.gui.tools.previewbrowser
Displays the content of PDF files as plain text.
PDFTextHandler() - Constructor for class adams.gui.tools.previewbrowser.PDFTextHandler
 
PDFViewer - Class in adams.flow.sink
Actor for displaying PDF files.
PDFViewer() - Constructor for class adams.flow.sink.PDFViewer
 
PDFViewer - Class in adams.gui.menu
Opens the PDF viewer.
PDFViewer() - Constructor for class adams.gui.menu.PDFViewer
Initializes the menu item with no owner.
PDFViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.PDFViewer
Initializes the menu item.
PDFViewerPanel - Class in adams.gui.visualization.pdf
A basic PDF viewer.
PDFViewerPanel() - Constructor for class adams.gui.visualization.pdf.PDFViewerPanel
 
PDFViewerPanel.TabbedPane - Class in adams.gui.visualization.pdf
A specialized tabbed pane with a few methods for easier access.
PDFViewerPanel.TabbedPane() - Constructor for class adams.gui.visualization.pdf.PDFViewerPanel.TabbedPane
 
PDFWriter - Class in adams.gui.print
Outputs PDF documents.
PDFWriter() - Constructor for class adams.gui.print.PDFWriter
 
PlainTextPdfProclet - Class in adams.core.io
Adds plain-text files line by line.
PlainTextPdfProclet() - Constructor for class adams.core.io.PlainTextPdfProclet
 
postProcess(Document, AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.AbstractPdfProclet
For post-processing the document.
preProcess(Document, AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.AbstractPdfProclet
For pre-processing the document.
previewFont() - Method in class adams.gui.chooser.PdfFontChooserPanel
Called from the action handlers to get the font info, build a font, and set it.
previousPage() - Method in class adams.gui.visualization.pdf.PDFPanel
Displays the previous page.
process(Document, AbstractPdfProclet.DocumentState, File) - Method in class adams.core.io.AbstractPdfProclet
Processes the given file.
procletsTipText() - Method in class adams.flow.transformer.PDFCreate
Returns the tip text for this property.

R

reset() - Method in class adams.core.io.PDFGenerator
Resets the variables and counters.
resetCurrentFiles() - Method in class adams.core.io.AbstractPdfProclet.DocumentState
Resets the counter for the current files.
resetState() - Method in class adams.core.io.PDFGenerator
Resets the counters.
resetVariables() - Method in class adams.core.io.PDFGenerator
Resets the variables.
rotationTipText() - Method in class adams.core.io.ImagePdfProclet
Returns the tip text for this property.

S

save(PDDocument, String) - Static method in class adams.core.io.JPod
Saves the PDF document under the specified filename.
save(PDDocument, File) - Static method in class adams.core.io.JPod
Saves the PDF document under the specified filename.
scaleTipText() - Method in class adams.core.io.ImagePdfProclet
Returns the tip text for this property.
selectFirstPage() - Method in class adams.gui.visualization.pdf.PDFCanvas
 
selectLastPage() - Method in class adams.gui.visualization.pdf.PDFCanvas
 
selectNextPage() - Method in class adams.gui.visualization.pdf.PDFCanvas
 
selectPage(int) - Method in class adams.gui.visualization.pdf.PDFCanvas
 
selectPreviousPage() - Method in class adams.gui.visualization.pdf.PDFCanvas
 
SEPARATOR - Static variable in class adams.core.io.PdfFont
the separator.
SESSION_FILE - Static variable in class adams.gui.visualization.pdf.PDFViewerPanel
the file to store the recent files in.
setAddFilename(boolean) - Method in class adams.core.io.AbstractPdfProclet
Sets whether to output the filename as well.
setColorComments(Color) - Method in class adams.core.io.CsvPdfProclet
Sets the color to use for the comments.
setColorContent(Color) - Method in class adams.core.io.PlainTextPdfProclet
Sets the color to use for the content.
setColorFilename(Color) - Method in class adams.core.io.AbstractPdfProclet
Sets the color to use for adding the filename header.
setColorGeneralContent(Color) - Method in class adams.core.io.CsvPdfProclet
Sets the color to use for general content.
setColorHeadline(Color) - Method in class adams.core.io.HeadlinePdfProclet
Sets the color to use for the headline.
setColorNumericContent(Color) - Method in class adams.core.io.CsvPdfProclet
Sets the color to use for numeric content.
setColorTableHeader(Color) - Method in class adams.core.io.CsvPdfProclet
Sets the color to use for the table header.
setCurrent(PdfFont) - Method in class adams.gui.chooser.PdfFontChooser
Sets the selected font.
setCurrent(PdfFont) - Method in class adams.gui.chooser.PdfFontChooserPanel
Sets the selected font.
setDoc(PDDocument) - Method in class adams.gui.visualization.pdf.PDFCanvas
 
setDocument(PDDocument) - Method in class adams.gui.visualization.pdf.PDFPanel
Sets the document to display.
setExtensions(BaseString[]) - Method in class adams.core.io.CsvPdfProclet
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in class adams.core.io.HeadlinePdfProclet
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in class adams.core.io.PlainTextPdfProclet
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in interface adams.core.io.VariableFileExtensionPdfProclet
Sets the extensions that the processor can process.
setFirstPageOnly(boolean) - Method in class adams.core.io.HeadlinePdfProclet
Sets the whether to add the headline only on the first page.
setFontComments(PdfFont) - Method in class adams.core.io.CsvPdfProclet
Sets the font to use for the comments.
setFontContent(PdfFont) - Method in class adams.core.io.PlainTextPdfProclet
Sets the font to use for adding the content.
setFontFilename(PdfFont) - Method in class adams.core.io.AbstractPdfProclet
Sets the font to use for adding the filename header.
setFontGeneralContent(PdfFont) - Method in class adams.core.io.CsvPdfProclet
Sets the font to use for adding general content.
setFontHeadline(PdfFont) - Method in class adams.core.io.HeadlinePdfProclet
Sets the font to use for the headline.
setFontNumericContent(PdfFont) - Method in class adams.core.io.CsvPdfProclet
Sets the font to use for adding general content.
setFontTableHeader(PdfFont) - Method in class adams.core.io.CsvPdfProclet
Sets the font to use for the table header.
setHeadline(BaseText) - Method in class adams.core.io.HeadlinePdfProclet
Sets the headline to add.
setImageRotation(int) - Method in class adams.gui.print.PDFWriter
Sets the degrees to rotate the image by.
setImageScale(double) - Method in class adams.gui.print.PDFWriter
Sets the scale factor (0-1) for images based on the page size.
setLocator(ILocator) - Method in class adams.gui.visualization.pdf.PDFCanvas
 
setNumDecimals(int) - Method in class adams.core.io.CsvPdfProclet
Sets the number of decimals for numbers in tables.
setNumFilesPerPage(int) - Method in class adams.core.io.AbstractPdfProclet
Sets the number of files per page.
setOutput(PlaceholderFile) - Method in class adams.core.io.PDFGenerator
Sets the output file.
setOutput(PlaceholderFile) - Method in class adams.flow.transformer.PDFCreate
Sets the output file.
setOutput(PlaceholderFile) - Method in class adams.flow.transformer.PDFExtract
Sets the output file.
setOutput(PlaceholderFile) - Method in class adams.flow.transformer.PDFMerge
Sets the output file.
setPage(PDPage) - Method in class adams.gui.visualization.pdf.PDFCanvas
 
setPageBreakAfter(boolean) - Method in class adams.core.io.AbstractPdfProclet
Whether to add a page break after the file is inserted.
setPageBreakBefore(boolean) - Method in class adams.core.io.AbstractPdfProclet
Whether to add a page break before the file is inserted.
setPageOrientation(PDFGenerator.PageOrientation) - Method in class adams.core.io.PDFGenerator
Sets the page orientation.
setPageOrientation(PDFGenerator.PageOrientation) - Method in class adams.flow.transformer.PDFCreate
Sets the page orientation.
setPages(Range) - Method in class adams.flow.transformer.PDFExtract
Sets the page range.
setPages(Range) - Method in class adams.flow.transformer.PDFExtractText
Sets the page range.
setPageSize(PDFGenerator.PageSize) - Method in class adams.core.io.PDFGenerator
Sets the page size.
setPageSize(PDFGenerator.PageSize) - Method in class adams.flow.transformer.PDFCreate
Sets the page size.
setPageTree(PDPageTree) - Method in class adams.gui.visualization.pdf.PDFCanvas
 
setProclets(AbstractPdfProclet[]) - Method in class adams.core.io.PDFGenerator
Sets the processors.
setProclets(AbstractPdfProclet[]) - Method in class adams.flow.transformer.PDFCreate
Sets the processors for processing the files.
setRotation(int) - Method in class adams.core.io.ImagePdfProclet
Sets the degrees to rotate the image by.
setScale(double) - Method in class adams.core.io.ImagePdfProclet
Sets the scale factor (0-1) for images based on the page size.
setScale(double) - Method in class adams.gui.visualization.pdf.PDFCanvas
 
setScale(double) - Method in class adams.gui.visualization.pdf.PDFPanel
Sets the scaling factor (1 = default).
setZoom(double) - Method in class adams.flow.sink.PDFViewer
Sets the zoom level in percent.
showPage(int) - Method in class adams.gui.visualization.pdf.PDFPanel
Displays the specified page.
showPopup(MouseEvent) - Method in class adams.gui.visualization.pdf.PDFPanel
Displays popup menu.
STRIKETHRU - Static variable in class adams.core.io.PdfFont
the string for STRIKETHRU.
SYMBOL - Static variable in class adams.core.io.PdfFont
the string for Symbol.

T

TIMES_ROMAN - Static variable in class adams.core.io.PdfFont
the string for Times Roman.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.PdfFontEditor
Returns a custom string representation of the object.
toFont() - Method in class adams.core.io.PdfFont
Turns the font object into the PDF font.
toFont(Color) - Method in class adams.core.io.PdfFont
Turns the font object into the PDF font.
toJavaFont() - Method in class adams.core.io.PdfFont
Returns the closest Java font.
toString() - Method in class adams.core.io.AbstractPdfProclet.DocumentState
Returns a short representation of the document state.
toString() - Method in class adams.core.io.PdfFont
Returns the font as string.
toString(AbstractOption, Object) - Static method in class adams.gui.goe.PdfFontEditor
Returns the color as string.

U

UNDERLINE - Static variable in class adams.core.io.PdfFont
the string for UNDERLINE.
updateButtons() - Method in class adams.gui.visualization.pdf.PDFPanel
Updates the state of the buttons.
updateMenu() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
updates the enabled state of the menu items.
updateModel() - Method in class adams.gui.visualization.pdf.PDFCanvas
 

V

valueOf(String) - Static method in enum adams.core.io.PDFGenerator.PageOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.io.PDFGenerator.PageSize
Returns the enum constant of this type with the specified name.
valueOf(AbstractOption, String) - Static method in class adams.gui.goe.PdfFontEditor
Returns a color generated from the string.
values() - Static method in enum adams.core.io.PDFGenerator.PageOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.io.PDFGenerator.PageSize
Returns an array containing the constants of this enum type, in the order they are declared.
VariableFileExtensionPdfProclet - Interface in adams.core.io
Interface for PDF proclets that allow the user to modify the file extensions to work on.

Z

ZAPFDINGBATS - Static variable in class adams.core.io.PdfFont
the string for ZapfDingBats.
zoom(int) - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Zooms in/out.
ZOOMS - Static variable in class adams.gui.visualization.pdf.PDFPanel
the zoom levels.
zoomTipText() - Method in class adams.flow.sink.PDFViewer
Returns the tip text for this property.

A B C D E F G H I J L M N O P R S T U V Z

Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.