Class GlimpsePainterBase

    • Constructor Detail

      • GlimpsePainterBase

        public GlimpsePainterBase()
    • Method Detail

      • getGL3

        public static com.jogamp.opengl.GL3 getGL3​(GlimpseContext context)
      • setVisible

        public void setVisible​(boolean show)
        Description copied from interface: GlimpsePainter
        A painter which is set to non-visible should make no OpenGL calls when its paintTo method is called.
        Specified by:
        setVisible in interface GlimpsePainter
      • dispose

        public void dispose​(GlimpseContext context)
        Description copied from interface: GlimpsePainter
        Free GPU and CPU memory associated with this this GlimpsePainter. After this call returns, the results of calling other GlimpsePainter methods besides isDisposed( ) are undefined.
        Specified by:
        dispose in interface GlimpsePainter
      • paintTo

        public void paintTo​(GlimpseContext context)
        Description copied from interface: GlimpsePainter
        Renders this GlimpsePainter to the provided GlimpseContext. The context defines the GLContext to use. The GlimpseContext also specifies where this GlimpsePainter should be rendered via the RenderTarget contained in the GlimpseContext.
        Specified by:
        paintTo in interface GlimpsePainter