|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlimpsePainter2D | |
---|---|
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.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.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.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. |
Uses of GlimpsePainter2D in com.metsci.glimpse.axis.painter |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.axis.painter | |
---|---|
class |
NumericXYAxisPainter
A floating axis plot with axes, tick marks, and labels drawn along the x and y origins. |
Uses of GlimpsePainter2D in com.metsci.glimpse.charts.bathy |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.charts.bathy | |
---|---|
class |
ContourPainter
|
Uses of GlimpsePainter2D in com.metsci.glimpse.charts.shoreline |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.charts.shoreline | |
---|---|
class |
LandShapePainter
Originally designed to display shoreline data available from the NOAA/NGDC Coastline Extractor tool at http://www.ngdc.noaa.gov/mgg_coastline/ |
Uses of GlimpsePainter2D in com.metsci.glimpse.charts.shoreline.ndgc |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.charts.shoreline.ndgc | |
---|---|
class |
NdgcLandPainter
Deprecated. |
Uses of GlimpsePainter2D in com.metsci.glimpse.charts.vector.painter |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.charts.vector.painter | |
---|---|
class |
EncChartPainter<V extends GeoObject>
Draws encobjects. |
Uses of GlimpsePainter2D in com.metsci.glimpse.examples.basic |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.examples.basic | |
---|---|
static class |
FunctionPlotExample.Function1DPainter
|
Uses of GlimpsePainter2D in com.metsci.glimpse.painter.base |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.painter.base | |
---|---|
class |
GlimpseDataPainter2D
Takes care of most of the common setup steps that GlimpsePainters must perform. |
Uses of GlimpsePainter2D in com.metsci.glimpse.painter.decoration |
---|
Subclasses of GlimpsePainter2D 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. |
class |
GridPainter
Displays dotted horizontal and vertical grid lines. |
class |
LegendPainter
Displays a simple color based legend floating on top of the plot. |
static class |
LegendPainter.BlockLegendPainter
|
static class |
LegendPainter.LineLegendPainter
|
class |
MapBorderPainter
An alternative BorderPainter which displays alternating
white and black lines (to emulate a geographic map border). |
Uses of GlimpsePainter2D in com.metsci.glimpse.painter.geo |
---|
Subclasses of GlimpsePainter2D 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 GlimpsePainter2D in com.metsci.glimpse.painter.info |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.painter.info | |
---|---|
class |
AnnotationPainter
Displays text annotations at specified locations on a plot. |
class |
CursorTextPainter
Displays a text box which follows the cursor and displays the position of the cursor in data coordinates. |
class |
CursorTextZPainter
In addition to displaying the coordinates of the cursor in data space, also displays the data value stored in the FloatTextureProjected2D
beneath the cursor location. |
class |
MeasurementPainter
Displays a protractor and ruler when the mouse cursor is locked via the middle mouse button. |
class |
MinimapLayout.MiniMapBoundsPainter
|
Uses of GlimpsePainter2D in com.metsci.glimpse.painter.plot |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.painter.plot | |
---|---|
class |
HistogramPainter
Plots a simple frequency histogram histogram. |
class |
XYLinePainter
Plots a simple x-y lineplot. |
Uses of GlimpsePainter2D in com.metsci.glimpse.painter.shape |
---|
Subclasses of GlimpsePainter2D 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 |
PolygonPainter
Paints large collections of arbitrary polygons (including concave polygons). |
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 GlimpsePainter2D in com.metsci.glimpse.painter.texture |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.painter.texture | |
---|---|
class |
HeatMapPainter
A simplified facade to ShadedTexturePainter which applies
a color scale (adjustable via an Axis1D
to a double[][] rectangular array of data stored as an OpenGL
texture in order to display a two dimensional heat map. |
class |
ShadedTexturePainter
A painter which applies shaders to textures in order to display dynamically adjustable representations of 2D gridded data. |
class |
TaggedHeatMapPainter
A HeatMapPainter whose coloring is controlled via a TaggedAxis1D . |
Uses of GlimpsePainter2D in com.metsci.glimpse.painter.track |
---|
Subclasses of GlimpsePainter2D in com.metsci.glimpse.painter.track | |
---|---|
class |
TrackPainter
Paints groups of line segments of points with associated timestamps. |
Uses of GlimpsePainter2D in com.metsci.glimpse.painter.treemap |
---|
Subclasses of GlimpsePainter2D 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |