Uses of Class
adams.core.io.PdfFont

Packages that use PdfFont
adams.core.io   
adams.gui.chooser   
 

Uses of PdfFont in adams.core.io
 

Fields in adams.core.io declared as PdfFont
protected  PdfFont CsvPdfProclet.m_FontComments
          the font for the comments.
protected  PdfFont PlainTextPdfProclet.m_FontContent
          the font for the content.
protected  PdfFont AbstractPdfProclet.m_FontFilename
          the font for the filename header.
protected  PdfFont CsvPdfProclet.m_FontGeneralContent
          the font for general content.
protected  PdfFont HeadlinePdfProclet.m_FontHeadline
          the font for the headline.
protected  PdfFont CsvPdfProclet.m_FontNumericContent
          the font for numeric content.
protected  PdfFont CsvPdfProclet.m_FontTableHeader
          the font for the table header.
 

Methods in adams.core.io that return PdfFont
 PdfFont PdfFont.getClone()
          Returns a clone of the object.
 PdfFont CsvPdfProclet.getFontComments()
          Returns the font to use for the comments.
 PdfFont PlainTextPdfProclet.getFontContent()
          Returns the font to use for adding the content.
 PdfFont AbstractPdfProclet.getFontFilename()
          Returns the font to use for adding the filename header.
 PdfFont CsvPdfProclet.getFontGeneralContent()
          Returns the font to use for adding the content.
 PdfFont HeadlinePdfProclet.getFontHeadline()
          Returns the font to use for the headline.
 PdfFont CsvPdfProclet.getFontNumericContent()
          Returns the font to use for adding the content.
 PdfFont CsvPdfProclet.getFontTableHeader()
          Returns the font to use for the table header.
 

Methods in adams.core.io with parameters of type PdfFont
 void CsvPdfProclet.setFontComments(PdfFont value)
          Sets the font to use for the comments.
 void PlainTextPdfProclet.setFontContent(PdfFont value)
          Sets the font to use for adding the content.
 void AbstractPdfProclet.setFontFilename(PdfFont value)
          Sets the font to use for adding the filename header.
 void CsvPdfProclet.setFontGeneralContent(PdfFont value)
          Sets the font to use for adding general content.
 void HeadlinePdfProclet.setFontHeadline(PdfFont value)
          Sets the font to use for the headline.
 void CsvPdfProclet.setFontNumericContent(PdfFont value)
          Sets the font to use for adding general content.
 void CsvPdfProclet.setFontTableHeader(PdfFont value)
          Sets the font to use for the table header.
 

Uses of PdfFont in adams.gui.chooser
 

Fields in adams.gui.chooser declared as PdfFont
protected  PdfFont PdfFontChooserPanel.m_Current
          The font the user has chosen.
protected  PdfFont PdfFontChooser.m_Current
          The font the user has chosen.
 

Methods in adams.gui.chooser that return PdfFont
protected  PdfFont PdfFontChooserPanel.createFont()
          Determines the font based on the current settings and returns it.
 PdfFont PdfFontChooserPanel.getCurrent()
          Retrieve the selected font, or null.
 PdfFont PdfFontChooser.getCurrent()
          Retrieve the selected font, or null.
 

Methods in adams.gui.chooser with parameters of type PdfFont
 void PdfFontChooserPanel.setCurrent(PdfFont value)
          Sets the selected font.
 void PdfFontChooser.setCurrent(PdfFont value)
          Sets the selected font.
 



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