Class FlatThemeEditorOverlay

java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.LayerUI<FlatSyntaxTextArea>
com.formdev.flatlaf.themeeditor.FlatThemeEditorOverlay
All Implemented Interfaces:
Serializable

class FlatThemeEditorOverlay extends LayerUI<FlatSyntaxTextArea>
An overlay layer that paints additional information about line content on the right side.
  • Field Details

    • COLOR_PREVIEW_WIDTH

      private static final int COLOR_PREVIEW_WIDTH
      See Also:
    • showHSL

      static boolean showHSL
    • showRGB

      static boolean showRGB
    • showLuma

      static boolean showLuma
    • font

      private Font font
    • baseFont

      private Font baseFont
  • Constructor Details

    • FlatThemeEditorOverlay

      FlatThemeEditorOverlay()
  • Method Details