Package | Description |
---|---|
com.metsci.glimpse.axis.painter |
Painters which display the state of an axis with tick marks, labels,
color scales, and other decorations.
|
com.metsci.glimpse.examples.basic |
Simple examples demonstrating basic Glimpse features.
|
com.metsci.glimpse.gl.texture |
Wrapper classes for working with OpenGL textures inside a
GlimpsePainter . |
com.metsci.glimpse.painter.shape |
Painters which draw basic geometric shapes: line segments, points, and polygons.
|
com.metsci.glimpse.painter.texture |
Painters which display data contained in OpenGL textures, including
2D heat maps and images.
|
com.metsci.glimpse.plot |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
com.metsci.glimpse.support.texture |
Extensions to the basic
Texture subclasses. |
com.metsci.glimpse.support.texture.mutator |
Class and Description |
---|
ColorTexture1D |
Class and Description |
---|
ColorTexture1D |
Class and Description |
---|
AbstractTexture
An abstract
Texture implementation which wraps an OpenGL
integer texture handle but makes no assumptions about the
data types stored in the texture. |
ColorTexture1D.Builder |
ColorTexture1D.MutatorColor1D |
DrawableTexture
A marker interface indicating that the
Texture is able
to draw itself given a GL handle. |
FloatTexture1D.MutatorFloat1D |
FloatTexture2D.MutatorFloat2D |
Texture
Wrapper interface for an OpenGL texture.
|
Class and Description |
---|
ColorTexture1D |
FloatTexture1D
A one dimensional texture storing float values.
|
Class and Description |
---|
ColorTexture1D |
DrawableTexture
A marker interface indicating that the
Texture is able
to draw itself given a GL handle. |
Texture
Wrapper interface for an OpenGL texture.
|
Class and Description |
---|
ColorTexture1D |
Class and Description |
---|
DrawableTexture
A marker interface indicating that the
Texture is able
to draw itself given a GL handle. |
Texture
Wrapper interface for an OpenGL texture.
|
Class and Description |
---|
ColorTexture1D.MutatorColor1D |
Copyright © 2016 Metron, Inc.. All rights reserved.