Class OpenGLRenderer.DisplayListInfo

  • Enclosing class:
    OpenGLRenderer

    class OpenGLRenderer.DisplayListInfo
    extends java.lang.Object
    Display list base indices for fonts/characters.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int Base  
      int Quantity  
      int Start  
    • Constructor Summary

      Constructors 
      Constructor Description
      DisplayListInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Quantity

        public int Quantity
      • Start

        public int Start
      • Base

        public int Base
    • Constructor Detail

      • DisplayListInfo

        DisplayListInfo()