Package com.ribs.plus

Interface RJFontPanel.FPModel

Enclosing class:
RJFontPanel

public static interface RJFontPanel.FPModel
An interface for Font Panel Model.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns currently selected font.
    void
    setFont(RJFontPanel aFP, Font aFont)
    Sets currently selected font.
  • Method Details

    • getFont

      Font getFont(RJFontPanel aFP)
      Returns currently selected font.
    • setFont

      void setFont(RJFontPanel aFP, Font aFont)
      Sets currently selected font.