Package graphics.glimpse.ui
Glimpse UI components.
Glimpse UI components.
Glimpse UI components.
Types
Link copied to clipboard
An interface implemented by Glimpse UI components.
Link copied to clipboard
class GlimpseFrame( title: String = DEFAULT_TITLE, width: Int = DEFAULT_WIDTH, height: Int = DEFAULT_HEIGHT, fpsLimit: Int? = null) : JFrame, GlimpseComponent
Content copied to clipboard
An implementation of JFrame that contains only GlimpsePanel.
Link copied to clipboard
class GlimpsePanel(fixedScale: Boolean = false) : GLJPanel, GlimpseComponent
Content copied to clipboard
An implementation of GLJPanel that uses Glimpse OpenGL adapter and callback interface for rendering.
Link copied to clipboard
open class GlimpseSurfaceView(context: Context, attrs: AttributeSet?) : GLSurfaceView, GlimpseComponent
Content copied to clipboard
An implementation of GLSurfaceView that uses Glimpse OpenGL adapter and callback interface for rendering.