Class IFLookAndFeel

java.lang.Object
interfascia.IFLookAndFeel

public class IFLookAndFeel extends Object
  • Field Details

    • baseColor

      public int baseColor
    • borderColor

      public int borderColor
    • highlightColor

      public int highlightColor
    • selectionColor

      public int selectionColor
    • activeColor

      public int activeColor
    • textColor

      public int textColor
    • lightGrayColor

      public int lightGrayColor
    • darkGrayColor

      public int darkGrayColor
    • defaultGraphicsState

      public IFPGraphicsState defaultGraphicsState
    • DEFAULT

      public static final char DEFAULT
      See Also:
  • Constructor Details

    • IFLookAndFeel

      public IFLookAndFeel(char type)
    • IFLookAndFeel

      public IFLookAndFeel(PApplet sketch, char type)
  • Method Details

    • setFont

      public void setFont(PFont font)
    • getFont

      public PFont getFont()