java.lang.Object
eu.svjatoslav.sixth.e3d.gui.textEditorComponent.LookAndFeel

public class LookAndFeel extends Object
A look and feel of a text editor.
  • Field Details

    • foreground

      public Color foreground
      Default foreground (text) color.
    • background

      public Color background
      Default background color.
    • tabStopBackground

      public Color tabStopBackground
      Background color for tab stop positions.
    • cursorForeground

      public Color cursorForeground
      Cursor foreground color.
    • cursorBackground

      public Color cursorBackground
      Cursor background color.
    • selectionForeground

      public Color selectionForeground
      Selection foreground color.
    • selectionBackground

      public Color selectionBackground
      Selection background color.
  • Constructor Details

    • LookAndFeel

      public LookAndFeel()
      Creates a look and feel with default colors.