Module app
Package app.ui.styles

Class Style

java.lang.Object
app.ui.styles.Style
Direct Known Subclasses:
ChessCom, CutePink, Lichess, Rainbow

public abstract class Style extends Object
Properties used to style user interface
  • Field Details

    • whitePiece

      public javafx.scene.paint.Color whitePiece
    • blackPiece

      public javafx.scene.paint.Color blackPiece
    • whiteField

      public javafx.scene.paint.Color whiteField
    • blackField

      public javafx.scene.paint.Color blackField
    • borderWhite

      public javafx.scene.paint.Color borderWhite
    • borderBlack

      public javafx.scene.paint.Color borderBlack
    • borderText

      public javafx.scene.paint.Color borderText
    • whiteFieldCircle

      public javafx.scene.paint.Color whiteFieldCircle
    • blackFieldCircle

      public javafx.scene.paint.Color blackFieldCircle
    • whitePieceBorder

      public javafx.scene.paint.Color whitePieceBorder
    • blackPieceBorder

      public javafx.scene.paint.Color blackPieceBorder
    • background

      public javafx.scene.paint.Color background
    • font

      public javafx.scene.text.Font font
  • Constructor Details

    • Style

      public Style()