Class Dark

  • All Implemented Interfaces:
    TileColor

    public class Dark
    extends java.lang.Object
    implements TileColor
    Created by hansolo on 05.07.18.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javafx.scene.paint.Color BLUE  
      static javafx.scene.paint.Color BLUE_GREEN  
      static javafx.scene.paint.Color GREEN  
      static javafx.scene.paint.Color GREEN_YELLOW  
      static javafx.scene.paint.Color ORANGE  
      static javafx.scene.paint.Color ORANGE_RED  
      static javafx.scene.paint.Color PURPLE  
      static javafx.scene.paint.Color PURPLE_BLUE  
      static javafx.scene.paint.Color RED  
      static javafx.scene.paint.Color RED_PURPLE  
      static javafx.scene.paint.Color YELLOW  
      static javafx.scene.paint.Color YELLOW_ORANGE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Dark()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RED

        public static javafx.scene.paint.Color RED
      • ORANGE_RED

        public static javafx.scene.paint.Color ORANGE_RED
      • ORANGE

        public static javafx.scene.paint.Color ORANGE
      • YELLOW_ORANGE

        public static javafx.scene.paint.Color YELLOW_ORANGE
      • YELLOW

        public static javafx.scene.paint.Color YELLOW
      • GREEN_YELLOW

        public static javafx.scene.paint.Color GREEN_YELLOW
      • GREEN

        public static javafx.scene.paint.Color GREEN
      • BLUE_GREEN

        public static javafx.scene.paint.Color BLUE_GREEN
      • BLUE

        public static javafx.scene.paint.Color BLUE
      • PURPLE_BLUE

        public static javafx.scene.paint.Color PURPLE_BLUE
      • PURPLE

        public static javafx.scene.paint.Color PURPLE
      • RED_PURPLE

        public static javafx.scene.paint.Color RED_PURPLE
    • Constructor Detail

      • Dark

        public Dark()