Uses of Class
com.metsci.glimpse.painter.base.GlimpseDataPainter2D

Packages that use GlimpseDataPainter2D
com.metsci.glimpse.examples.basic Simple examples demonstrating basic Glimpse features. 
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.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.track Track visualization painters. 
com.metsci.glimpse.painter.treemap Painters for visualizing hierarchical data as a set of nested rectangles. 
 

Uses of GlimpseDataPainter2D in com.metsci.glimpse.examples.basic
 

Subclasses of GlimpseDataPainter2D in com.metsci.glimpse.examples.basic
static class FunctionPlotExample.Function1DPainter
           
 

Uses of GlimpseDataPainter2D in com.metsci.glimpse.painter.decoration
 

Subclasses of GlimpseDataPainter2D in com.metsci.glimpse.painter.decoration
 class CrosshairPainter
          Displays crosshairs and a selection box centered over the position of the mouse cursor within the plot.
 

Uses of GlimpseDataPainter2D in com.metsci.glimpse.painter.geo
 

Subclasses of GlimpseDataPainter2D in com.metsci.glimpse.painter.geo
 class LatLonTrackPainter
          A facade over TrackPainter which allows the specification of new track points in lat/lon and automatically uses the provided GeoProjection to convert to plot coordinates.
 

Uses of GlimpseDataPainter2D in com.metsci.glimpse.painter.info
 

Subclasses of GlimpseDataPainter2D in com.metsci.glimpse.painter.info
 class AnnotationPainter
          Displays text annotations at specified locations on a plot.
 class MeasurementPainter
          Displays a protractor and ruler when the mouse cursor is locked via the middle mouse button.
 

Uses of GlimpseDataPainter2D in com.metsci.glimpse.painter.plot
 

Subclasses of GlimpseDataPainter2D in com.metsci.glimpse.painter.plot
 class HistogramPainter
          Plots a simple frequency histogram histogram.
 class XYLinePainter
          Plots a simple x-y lineplot.
 

Uses of GlimpseDataPainter2D in com.metsci.glimpse.painter.shape
 

Subclasses of GlimpseDataPainter2D in com.metsci.glimpse.painter.shape
 class LineSetPainter
          Efficiently draws a static set of line segments.
 class PointSetPainter
          Efficiently draws a static set of points.
 class PolygonPainterSimple
          A simpler/alternate implementation of PolygonPainter which allows arbitrary polygons to be turned on and off.
 class ShadedPointPainter
          A painter, similar to PointSetPainter, which allows visualization of large clouds of points or particles.
 

Uses of GlimpseDataPainter2D in com.metsci.glimpse.painter.track
 

Subclasses of GlimpseDataPainter2D in com.metsci.glimpse.painter.track
 class TrackPainter
          Paints groups of line segments of points with associated timestamps.
 

Uses of GlimpseDataPainter2D in com.metsci.glimpse.painter.treemap
 

Subclasses of GlimpseDataPainter2D in com.metsci.glimpse.painter.treemap
 class AbstractTreeMapPainter
          Draws a TreeMap, useful for hierarchical data.
 class SimpleTreeMapPainter
          A simple implementation of AbstractTreeMapPainter that has default colors for everything.
 



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