Class Note

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class Note extends JPanel
Simple bean for displaying a textual note on the layout.
Version:
$Revision: 8034 $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Constructor Details

    • Note

      public Note()
      Constructor
  • Method Details

    • setHighlighted

      public void setHighlighted(boolean highlighted)
    • setNoteText

      public void setNoteText(String noteText)
      Set the text to display
      Parameters:
      noteText - the text to display in the note.
    • getNoteText

      public String getNoteText()
      Get the note text
      Returns:
      the note text
    • setFontSizeAdjust

      public void setFontSizeAdjust(int adjust)
      set the font size adjustment
      Parameters:
      adjust - the font size adjustment
    • getFontSizeAdjust

      public int getFontSizeAdjust()
      Get the font size adjustment
      Returns:
      the font size adjustment
    • decreaseFontSize

      public void decreaseFontSize()
      Decrease the font size by one
    • increaseFontSize

      public void increaseFontSize()
      Increase the font size by one