Package | Description |
---|---|
com.metsci.glimpse.axis |
Provides classes for managing the display area of
GlimpsePainter
instances. |
com.metsci.glimpse.axis.listener |
Provides classes used to update Axis1D and Axis2D
instances in response to mouse and gesture events.
|
com.metsci.glimpse.axis.tagged |
Axes with adjustable, named markers which can be adjusted independently
of the minimum and maximum axis values.
|
com.metsci.glimpse.axis.tagged.shader |
Shader implementations specific to tagged axes.
|
com.metsci.glimpse.painter.texture |
Painters which display data contained in OpenGL textures, including
2D heat maps and images.
|
com.metsci.glimpse.support.shader |
Modifier and Type | Method and Description |
---|---|
void |
Axis1D.addAxisListener(AxisListener1D listener)
Adds a listener which will be notified whenever this axis changes.
|
void |
Axis1D.removeAxisListener(AxisListener1D listener)
Removes the provided listener from the list of listeners which are
notified when this axis changes.
|
Modifier and Type | Class and Description |
---|---|
class |
RateLimitedAxisListener1D
An AxisListener1D which guarantees that axisUpdated( Axis1D ) will not be
called at greater than a given rate.
|
Modifier and Type | Class and Description |
---|---|
class |
TaggedAxisListener1D
An AxisListener1D which only reports when axis tags have changed.
|
Modifier and Type | Class and Description |
---|---|
class |
PartialTaggedPointShader |
class |
TaggedColorScaleShader |
Modifier and Type | Class and Description |
---|---|
class |
TaggedHeatMapPainter
A HeatMapPainter whose coloring is controlled via a
TaggedAxis1D . |
Modifier and Type | Class and Description |
---|---|
class |
SampledColorScaleShader
A shader which colors a 2D data texture using values sampled from a color
scaled defined by a 1D color texture.
|
class |
SampledColorScaleShaderInteger |
Copyright © 2013 Metron, Inc.. All rights reserved.