Package jgl

Class GL.TextToDraw

  • Enclosing class:
    GL

    public class GL.TextToDraw
    extends Object
    • Field Detail

      • font

        protected Font font
      • string

        protected String string
      • x

        protected int x
      • y

        protected int y
      • r

        protected float r
      • g

        protected float g
      • b

        protected float b
      • rotate

        protected float rotate
    • Constructor Detail

      • TextToDraw

        public TextToDraw​(Font font,
                          String string,
                          int x,
                          int y)
      • TextToDraw

        public TextToDraw​(Font font,
                          String string,
                          int x,
                          int y,
                          float r,
                          float g,
                          float b,
                          float rotate)