Uses of Package
com.metsci.glimpse.context

Packages that use com.metsci.glimpse.context
com.metsci.glimpse.axis Provides classes for managing the display area of GlimpsePainter instances. 
com.metsci.glimpse.axis.factory Provides factory interfaces and implementations used to generate copies of Axis1D and Axis2D objects for use in multiple contexts. 
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.canvas Heavy weight canvases on which all Glimpse rendering is performed. 
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.vector.painter   
com.metsci.glimpse.context Data structures and classes for describing the current Glimpse rendering context. 
com.metsci.glimpse.event.mouse Glimpse specific mouse listener classes which provide an abstraction layer on top of specific widget sets like Swt or Swing. 
com.metsci.glimpse.event.mouse.swing   
com.metsci.glimpse.event.touch Glimpse specific listener classes allow Axis1D instances to respond to high level touch events (like pans, zooms, pinches, and swipes). 
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.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.layout   
com.metsci.glimpse.plot.timeline.painter   
com.metsci.glimpse.swt.canvas   
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.axis
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.axis.factory
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.axis.painter
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.axis.tagged.painter
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.canvas
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
GlimpseTarget
          GlimpseTarget represents a location to which GlimpsePainters may be drawn.
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.charts.bathy
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.charts.shoreline
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.charts.vector.painter
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.context
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
GlimpseTarget
          GlimpseTarget represents a location to which GlimpsePainters may be drawn.
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.event.mouse
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.event.mouse.swing
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.event.touch
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.layout
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
GlimpseTarget
          GlimpseTarget represents a location to which GlimpsePainters may be drawn.
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.painter.adapter
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.painter.base
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.painter.decoration
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.painter.group
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.painter.info
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
GlimpseTarget
          GlimpseTarget represents a location to which GlimpsePainters may be drawn.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.painter.plot
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.painter.shape
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.painter.texture
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.painter.track
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.painter.treemap
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.plot
GlimpseTarget
          GlimpseTarget represents a location to which GlimpsePainters may be drawn.
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.plot.timeline
GlimpseTarget
          GlimpseTarget represents a location to which GlimpsePainters may be drawn.
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.plot.timeline.layout
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.plot.timeline.painter
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
 

Classes in com.metsci.glimpse.context used by com.metsci.glimpse.swt.canvas
GlimpseBounds
          Simple storage class storing the position and bounds for a GlimpseTarget.
GlimpseContext
          GlimpseContext wraps a GLContext and provides additional contextual information necessary to display a GlimpsePainter.
GlimpseTarget
          GlimpseTarget represents a location to which GlimpsePainters may be drawn.
GlimpseTargetStack
          A class representing a nested sequence of GlimpseTarget containers and their bounds.
 



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