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 PdfFont
PdfFont. 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 PdfFont
SpreadSheet. m_FontComments
the font for the comments.protected PdfFont
FixedText. m_FontContent
the font for the content.protected PdfFont
PlainText. m_FontContent
the font for the content.protected PdfFont
AbstractPdfProcletWithFilenameOutput. m_FontFilename
the font for the filename header.protected PdfFont
AbstractSpreadSheetPdfProclet. m_FontGeneralContent
the font for general content.protected PdfFont
Headline. m_FontHeadline
the font for the headline.protected PdfFont
MetaHeadline. m_FontHeadline
the font for the headline.protected PdfFont
AbstractSpreadSheetPdfProclet. m_FontNumericContent
the font for numeric content.protected PdfFont
AbstractSpreadSheetPdfProclet. m_FontTableHeader
the font for the table header.Methods in adams.flow.transformer.pdfproclet that return PdfFont Modifier and Type Method Description PdfFont
SpreadSheet. getFontComments()
Returns the font to use for the comments.PdfFont
FixedText. getFontContent()
Returns the font to use for adding the content.PdfFont
PlainText. getFontContent()
Returns the font to use for adding the content.PdfFont
AbstractPdfProcletWithFilenameOutput. getFontFilename()
Returns the font to use for adding the filename header.PdfFont
PdfProcletWithFilenameOutput. getFontFilename()
Returns the font to use for adding the filename header.PdfFont
AbstractSpreadSheetPdfProclet. getFontGeneralContent()
Returns the font to use for adding the content.PdfFont
Headline. getFontHeadline()
Returns the font to use for the headline.PdfFont
MetaHeadline. getFontHeadline()
Returns the font to use for the headline.PdfFont
AbstractSpreadSheetPdfProclet. getFontNumericContent()
Returns the font to use for adding the content.PdfFont
AbstractSpreadSheetPdfProclet. 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 void
SpreadSheet. setFontComments(PdfFont value)
Sets the font to use for the comments.void
FixedText. setFontContent(PdfFont value)
Sets the font to use for adding the content.void
PlainText. setFontContent(PdfFont value)
Sets the font to use for adding the content.void
AbstractPdfProcletWithFilenameOutput. setFontFilename(PdfFont value)
Sets the font to use for adding the filename header.void
PdfProcletWithFilenameOutput. setFontFilename(PdfFont value)
Sets the font to use for adding the filename header.void
AbstractSpreadSheetPdfProclet. setFontGeneralContent(PdfFont value)
Sets the font to use for adding general content.void
Headline. setFontHeadline(PdfFont value)
Sets the font to use for the headline.void
MetaHeadline. setFontHeadline(PdfFont value)
Sets the font to use for the headline.void
AbstractSpreadSheetPdfProclet. setFontNumericContent(PdfFont value)
Sets the font to use for adding general content.void
AbstractSpreadSheetPdfProclet. 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 PdfFont
Text. m_Font
the font.Methods in adams.flow.transformer.pdfstamp that return PdfFont Modifier and Type Method Description PdfFont
Text. getFont()
Returns the font in use.Methods in adams.flow.transformer.pdfstamp with parameters of type PdfFont Modifier and Type Method Description void
Text. 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 PdfFont
PdfFontChooser. m_Current
The font the user has chosen.protected PdfFont
PdfFontChooserPanel. m_Current
The font the user has chosen.Methods in adams.gui.chooser that return PdfFont Modifier and Type Method Description protected PdfFont
PdfFontChooserPanel. createFont()
Determines the font based on the current settings and returns it.PdfFont
PdfFontChooser. getCurrent()
Retrieve the selected font, or null.PdfFont
PdfFontChooserPanel. getCurrent()
Retrieve the selected font, or null.Methods in adams.gui.chooser with parameters of type PdfFont Modifier and Type Method Description void
PdfFontChooser. setCurrent(PdfFont value)
Sets the selected font.void
PdfFontChooserPanel. setCurrent(PdfFont value)
Sets the selected font.
-