Class NativePainterFactory

    • Field Detail

      • capabilities

        protected com.jogamp.opengl.GLCapabilities capabilities
      • offscreen

        protected boolean offscreen
      • width

        protected int width
      • height

        protected int height
    • Constructor Detail

      • NativePainterFactory

        public NativePainterFactory()
        Initialize a factory with a default desired GLCapabilities defined by getDefaultCapabilities(GLProfile) based on the detected GLProfile, either GLProfile.GL2 or GLProfile.GL2ES2 if GLProfile.GL2 is not available. If none of these profile is available, an UnsupportedOperationException is thrown.
      • NativePainterFactory

        public NativePainterFactory​(com.jogamp.opengl.GLCapabilities capabilities)