Uses of Interface
com.metsci.glimpse.axis.listener.AxisListener1D

Packages that use AxisListener1D
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 Subclasses of Shader which work in conjunction with painters and Texture subclasses to create dynamic graphical effects. 
 

Uses of AxisListener1D in com.metsci.glimpse.axis
 

Methods in com.metsci.glimpse.axis with parameters of type AxisListener1D
 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.
 

Uses of AxisListener1D in com.metsci.glimpse.axis.listener
 

Classes in com.metsci.glimpse.axis.listener that implement AxisListener1D
 class RateLimitedAxisListener1D
          An AxisListener1D which guarantees that axisUpdated( Axis1D ) will not be called at greater than a given rate.
 

Uses of AxisListener1D in com.metsci.glimpse.axis.tagged
 

Classes in com.metsci.glimpse.axis.tagged that implement AxisListener1D
 class TaggedAxisListener1D
          An AxisListener1D which only reports when axis tags have changed.
 

Uses of AxisListener1D in com.metsci.glimpse.axis.tagged.shader
 

Classes in com.metsci.glimpse.axis.tagged.shader that implement AxisListener1D
 class PartialTaggedPointShader
           
 class TaggedColorScaleShader
           
 

Uses of AxisListener1D in com.metsci.glimpse.painter.texture
 

Classes in com.metsci.glimpse.painter.texture that implement AxisListener1D
 class TaggedHeatMapPainter
          A HeatMapPainter whose coloring is controlled via a TaggedAxis1D.
 

Uses of AxisListener1D in com.metsci.glimpse.support.shader
 

Classes in com.metsci.glimpse.support.shader that implement AxisListener1D
 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 © 2012 Metron, Inc.. All Rights Reserved.