Uses of Package
com.metsci.glimpse.painter.base

Packages that use com.metsci.glimpse.painter.base
com.metsci.glimpse.axis Provides classes for managing the display area of GlimpsePainter instances. 
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.axis.tagged.painter Axis painters specific to tagged axes. 
com.metsci.glimpse.charts.bathy The bathymetry package defines utility classes for reading bathymetric data in various formats. 
com.metsci.glimpse.charts.shoreline Data structures and data IO utilities for display land polygon outlines. 
com.metsci.glimpse.charts.shoreline.ndgc Data structures and data IO utilities for displaying NDGC coastline data. 
com.metsci.glimpse.charts.vector.painter   
com.metsci.glimpse.examples.basic Simple examples demonstrating basic Glimpse features. 
com.metsci.glimpse.layout Provides a MigLayout-based framework for partitioning a GlimpseCanvas into multiple logical drawing areas. 
com.metsci.glimpse.painter.adapter Adapter painter which wrap OpenGL code written for different drawing interfaces, allowing such code to be used inside Glimpse. 
com.metsci.glimpse.painter.base The GlimpsePainter interface as well as abstract implementations which make it simpler to write common types of GlimpsePainters. 
com.metsci.glimpse.painter.decoration Painters which draw decorative elements of plots (usually unrelated to the data). 
com.metsci.glimpse.painter.geo Painters which draw plot elements for creating geographic display. 
com.metsci.glimpse.painter.group Aggregate painters which group multiple GlimpsePainters. 
com.metsci.glimpse.painter.info Painters which draw informational overlays. 
com.metsci.glimpse.painter.plot Painters which draw basic data plots. 
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.painter.track Track visualization painters. 
com.metsci.glimpse.painter.treemap Painters for visualizing hierarchical data as a set of nested rectangles. 
com.metsci.glimpse.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. 
com.metsci.glimpse.plot.timeline   
com.metsci.glimpse.plot.timeline.painter   
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.axis
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.axis.painter
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter1D
          A GlimpsePainter for drawing on GlimpseAxisLayout1D layouts which automatically acquires the appropriate Axis1D from the GlimpseAxisLayout1D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.axis.tagged.painter
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter1D
          A GlimpsePainter for drawing on GlimpseAxisLayout1D layouts which automatically acquires the appropriate Axis1D from the GlimpseAxisLayout1D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.charts.bathy
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.charts.shoreline
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.charts.shoreline.ndgc
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.charts.vector.painter
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.examples.basic
GlimpseDataPainter2D
          Takes care of most of the common setup steps that GlimpsePainters must perform.
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.layout
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainterCallback
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.adapter
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.base
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.decoration
GlimpseDataPainter2D
          Takes care of most of the common setup steps that GlimpsePainters must perform.
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.geo
GlimpseDataPainter2D
          Takes care of most of the common setup steps that GlimpsePainters must perform.
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.group
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.info
GlimpseDataPainter2D
          Takes care of most of the common setup steps that GlimpsePainters must perform.
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.plot
GlimpseDataPainter2D
          Takes care of most of the common setup steps that GlimpsePainters must perform.
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.shape
GlimpseDataPainter2D
          Takes care of most of the common setup steps that GlimpsePainters must perform.
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.texture
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.track
GlimpseDataPainter2D
          Takes care of most of the common setup steps that GlimpsePainters must perform.
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.painter.treemap
GlimpseDataPainter2D
          Takes care of most of the common setup steps that GlimpsePainters must perform.
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter2D
          A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.plot
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.plot.timeline
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
 

Classes in com.metsci.glimpse.painter.base used by com.metsci.glimpse.plot.timeline.painter
GlimpsePainter
          GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainter1D
          A GlimpsePainter for drawing on GlimpseAxisLayout1D layouts which automatically acquires the appropriate Axis1D from the GlimpseAxisLayout1D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.