Uses of Class
adams.core.io.PdfFont
-
Packages that use PdfFont Package Description adams.core.io adams.flow.transformer.pdfproclet adams.flow.transformer.pdfstamp adams.gui.chooser -
-
Uses of PdfFont in adams.core.io
Methods in adams.core.io that return PdfFont Modifier and Type Method Description PdfFontPdfFont. getClone()Returns a clone of the object. -
Uses of PdfFont in adams.flow.transformer.pdfproclet
Fields in adams.flow.transformer.pdfproclet declared as PdfFont Modifier and Type Field Description protected PdfFontSpreadSheet. m_FontCommentsthe font for the comments.protected PdfFontFixedText. m_FontContentthe font for the content.protected PdfFontPlainText. m_FontContentthe font for the content.protected PdfFontAbstractPdfProcletWithFilenameOutput. m_FontFilenamethe font for the filename header.protected PdfFontAbstractSpreadSheetPdfProclet. m_FontGeneralContentthe font for general content.protected PdfFontHeadline. m_FontHeadlinethe font for the headline.protected PdfFontMetaHeadline. m_FontHeadlinethe font for the headline.protected PdfFontAbstractSpreadSheetPdfProclet. m_FontNumericContentthe font for numeric content.protected PdfFontAbstractSpreadSheetPdfProclet. m_FontTableHeaderthe font for the table header.Methods in adams.flow.transformer.pdfproclet that return PdfFont Modifier and Type Method Description PdfFontSpreadSheet. getFontComments()Returns the font to use for the comments.PdfFontFixedText. getFontContent()Returns the font to use for adding the content.PdfFontPlainText. getFontContent()Returns the font to use for adding the content.PdfFontAbstractPdfProcletWithFilenameOutput. getFontFilename()Returns the font to use for adding the filename header.PdfFontPdfProcletWithFilenameOutput. getFontFilename()Returns the font to use for adding the filename header.PdfFontAbstractSpreadSheetPdfProclet. getFontGeneralContent()Returns the font to use for adding the content.PdfFontHeadline. getFontHeadline()Returns the font to use for the headline.PdfFontMetaHeadline. getFontHeadline()Returns the font to use for the headline.PdfFontAbstractSpreadSheetPdfProclet. getFontNumericContent()Returns the font to use for adding the content.PdfFontAbstractSpreadSheetPdfProclet. getFontTableHeader()Returns the font to use for the table header.Methods in adams.flow.transformer.pdfproclet with parameters of type PdfFont Modifier and Type Method Description voidSpreadSheet. setFontComments(PdfFont value)Sets the font to use for the comments.voidFixedText. setFontContent(PdfFont value)Sets the font to use for adding the content.voidPlainText. setFontContent(PdfFont value)Sets the font to use for adding the content.voidAbstractPdfProcletWithFilenameOutput. setFontFilename(PdfFont value)Sets the font to use for adding the filename header.voidPdfProcletWithFilenameOutput. setFontFilename(PdfFont value)Sets the font to use for adding the filename header.voidAbstractSpreadSheetPdfProclet. setFontGeneralContent(PdfFont value)Sets the font to use for adding general content.voidHeadline. setFontHeadline(PdfFont value)Sets the font to use for the headline.voidMetaHeadline. setFontHeadline(PdfFont value)Sets the font to use for the headline.voidAbstractSpreadSheetPdfProclet. setFontNumericContent(PdfFont value)Sets the font to use for adding general content.voidAbstractSpreadSheetPdfProclet. setFontTableHeader(PdfFont value)Sets the font to use for the table header. -
Uses of PdfFont in adams.flow.transformer.pdfstamp
Fields in adams.flow.transformer.pdfstamp declared as PdfFont Modifier and Type Field Description protected PdfFontText. m_Fontthe font.Methods in adams.flow.transformer.pdfstamp that return PdfFont Modifier and Type Method Description PdfFontText. getFont()Returns the font in use.Methods in adams.flow.transformer.pdfstamp with parameters of type PdfFont Modifier and Type Method Description voidText. setFont(PdfFont value)Sets the font to use. -
Uses of PdfFont in adams.gui.chooser
Fields in adams.gui.chooser declared as PdfFont Modifier and Type Field Description protected PdfFontPdfFontChooser. m_CurrentThe font the user has chosen.protected PdfFontPdfFontChooserPanel. m_CurrentThe font the user has chosen.Methods in adams.gui.chooser that return PdfFont Modifier and Type Method Description protected PdfFontPdfFontChooserPanel. createFont()Determines the font based on the current settings and returns it.PdfFontPdfFontChooser. getCurrent()Retrieve the selected font, or null.PdfFontPdfFontChooserPanel. getCurrent()Retrieve the selected font, or null.Methods in adams.gui.chooser with parameters of type PdfFont Modifier and Type Method Description voidPdfFontChooser. setCurrent(PdfFont value)Sets the selected font.voidPdfFontChooserPanel. setCurrent(PdfFont value)Sets the selected font.
-