Class ColoredButton

    • Constructor Detail

      • ColoredButton

        public ColoredButton​(java.lang.String text,
                             java.awt.Rectangle bounds,
                             org.joml.Vector4f color)
      • ColoredButton

        public ColoredButton​(java.lang.String text,
                             java.awt.Rectangle bounds,
                             org.joml.Vector4f color,
                             boolean centerText)
    • Method Detail

      • draw

        public void draw()
        Specified by:
        draw in class Button
      • cleanup

        public void cleanup()
        Specified by:
        cleanup in class Button