public interface GlimpsePainter
Modifier and Type | Method and Description |
---|---|
void |
dispose(GlimpseContext context)
Free GPU and CPU memory associated with this this GlimpsePainter.
|
boolean |
isDisposed() |
boolean |
isVisible() |
void |
paintTo(GlimpseContext context)
Renders this GlimpsePainter to the provided GlimpseContext.
|
void |
setLookAndFeel(LookAndFeel laf)
Sets display options for the painter based on the provided LookAndFeel.
|
void |
setVisible(boolean visible)
A painter which is set to non-visible should make no OpenGL calls when its
paintTo method is called.
|
void paintTo(GlimpseContext context)
void setLookAndFeel(LookAndFeel laf)
void setVisible(boolean visible)
boolean isVisible()
void dispose(GlimpseContext context)
boolean isDisposed()
Copyright © 2013 Metron, Inc.. All rights reserved.