Uses of Class
com.metsci.glimpse.core.painter.base.GlimpsePainterBase
-
Packages that use GlimpsePainterBase Package Description 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.slippy com.metsci.glimpse.core.axis.painter Painters which display the state of an axis with tick marks, labels, color scales, and other decorations.com.metsci.glimpse.core.axis.tagged.painter Axis painters specific to tagged axes.com.metsci.glimpse.core.examples.axis Examples demonstrating linking between and interaction with Glimpse axes.com.metsci.glimpse.core.examples.icon Examples demonstrating display of raster fixed pixel size images.com.metsci.glimpse.core.examples.line Examples demonstrating usage of line shaders to draw mitered, feathered, and/or stippled lines.com.metsci.glimpse.core.examples.misc A grab bag of miscellaneous examples.com.metsci.glimpse.core.examples.plot Examples demonstrating simple Glimpse plots.com.metsci.glimpse.core.painter.decoration Painters which draw decorative elements of plots (usually unrelated to the data).com.metsci.glimpse.core.painter.geo Painters which draw plot elements for creating geographic display.com.metsci.glimpse.core.painter.group Aggregate painters which group multiple GlimpsePainters.com.metsci.glimpse.core.painter.info Painters which draw informational overlays.com.metsci.glimpse.core.painter.plot Painters which draw basic data plots.com.metsci.glimpse.core.painter.shape Painters which draw basic geometric shapes: line segments, points, and polygons.com.metsci.glimpse.core.painter.texture Painters which display data contained in OpenGL textures, including 2D heat maps and images.com.metsci.glimpse.core.painter.track Track visualization painters.com.metsci.glimpse.core.painter.treemap Painters for visualizing hierarchical data as a set of nested rectangles.com.metsci.glimpse.core.plot.timeline.event.paint com.metsci.glimpse.core.plot.timeline.group com.metsci.glimpse.core.plot.timeline.painter com.metsci.glimpse.core.support.atlas.painter com.metsci.glimpse.topo -
-
Uses of GlimpsePainterBase in com.metsci.glimpse.charts.bathy
Subclasses of GlimpsePainterBase in com.metsci.glimpse.charts.bathy Modifier and Type Class Description classContourPainter -
Uses of GlimpsePainterBase in com.metsci.glimpse.charts.shoreline
Subclasses of GlimpsePainterBase in com.metsci.glimpse.charts.shoreline Modifier and Type Class Description classLandShapePainterOriginally designed to display shoreline data available from the NOAA/NGDC Coastline Extractor tool at http://www.ngdc.noaa.gov/mgg_coastline/ -
Uses of GlimpsePainterBase in com.metsci.glimpse.charts.shoreline.ndgc
Subclasses of GlimpsePainterBase in com.metsci.glimpse.charts.shoreline.ndgc Modifier and Type Class Description classNdgcLandPainterDeprecated. -
Uses of GlimpsePainterBase in com.metsci.glimpse.charts.slippy
Subclasses of GlimpsePainterBase in com.metsci.glimpse.charts.slippy Modifier and Type Class Description classSlippyMapTilePainterPaints the slippy tiles. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.axis.painter
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.axis.painter Modifier and Type Class Description classColorRightYAxisPainterA vertical (y) axis with a color bar and labeled ticks along the right hand side.classColorTopXAxisPainterclassColorXAxisPainterA horizontal (x) axis with a color bar and labeled ticks along the bottom.classColorYAxisPainterA vertical (y) axis with a color bar and labeled ticks along the right hand side.classNumericAxisPainterA simple axis painter which displays labeled ticks at regular intervals along the length of the axis.classNumericPolarAxisPainterclassNumericRightYAxisPainterA vertical (y) axis with labeled ticks along the right hand side.classNumericRotatedRightYAxisPainterA vertical (y) axis with labeled ticks along the right hand side.classNumericRotatedYAxisPainterA vertical (y) axis with labeled ticks along the left hand side.classNumericTopXAxisPainterA horizontal (x) axis with labeled ticks along the top.classNumericXAxisPainterA horizontal (x) axis with labeled ticks along the bottom.classNumericXYAxisPainterA floating axis plot with axes, tick marks, and labels drawn along the x and y origins.classNumericYAxisPainterA vertical (y) axis with labeled ticks along the left side.classTimeAxisPainterA painter for displaying timeline axes.classTimeXAxisPainterA horizontal (x) time axis painter.classTimeYAxisPainterA vertical (y) time axis painter. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.axis.tagged.painter
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.axis.tagged.painter Modifier and Type Class Description classTaggedColorXAxisPainterA horizontal (x) axis painter which displays positions of tags on top of a color scale.classTaggedColorYAxisPainterA vertical (y) axis painter which displays positions of tags on top of a color scale.classTaggedPartialColorXAxisPainterA horizontal (x) axis painter which displays positions of tags in addition to tick marks and labels.classTaggedPartialColorYAxisPainterA vertical (y) axis painter which displays positions of tags in addition to tick marks and labels. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.examples.axis
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.examples.axis Modifier and Type Class Description static classWrappedAxisExample.DotPainter -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.examples.icon
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.examples.icon Modifier and Type Class Description static classTextureAtlasExample.SimpleIconPainter -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.examples.line
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.examples.line Modifier and Type Class Description static classLineJoinExample.CustomLinesPainterstatic classLineJoinExample2.CustomLinesPainterstatic classLinePathExample.CustomLinesPainterstatic classLineStripExample.LineStripExamplePainter -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.examples.misc
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.examples.misc Modifier and Type Class Description static classTreeMapExample.TreeMapHoverPainter -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.examples.plot
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.examples.plot Modifier and Type Class Description static classFunctionPlotExample.Function1DPainter -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.painter.decoration
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.painter.decoration Modifier and Type Class Description classBorderPainterPaints a simple colored line border around the outside of the plot.classCopyrightPainterDisplays a discrete copyright notice at the bottom of right corner of the screen.classCrosshairPainterDisplays crosshairs and a selection box centered over the position of the mouse cursor within the plot.classGridPainterDisplays dotted horizontal and vertical grid lines.classLegendPainterDisplays a simple color based legend floating on top of the plot.static classLegendPainter.BlockLegendPainterstatic classLegendPainter.LineLegendPainterclassMapBorderPainterAn alternativeBorderPainterwhich displays alternating white and black lines (to emulate a geographic map border).classWatermarkPainter -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.painter.geo
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.painter.geo Modifier and Type Class Description classLatLonTrackPainterA facade over TrackPainter which allows the specification of new track points in lat/lon and automatically uses the providedGeoProjectionto convert to plot coordinates.classScalePainterDisplays a simple distance scale in the lower right corner of the plot. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.painter.group
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.painter.group Modifier and Type Class Description classWrappedPainter -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.painter.info
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.painter.info Modifier and Type Class Description classAnnotationPainterDisplays text annotations at specified locations on a plot.classCursorTextPainterDisplays a text box which follows the cursor and displays the position of the cursor in data coordinates.classCursorTextZPainterIn addition to displaying the coordinates of the cursor in data space, also displays the data value stored in theFloatTextureProjected2Dbeneath the cursor location.classFpsPainterDisplays an estimate of the current number of times theGlimpseCanvasis being redrawn per second.classMeasurementPainterDisplays a protractor and ruler when the mouse cursor is locked via the middle mouse button.classMinimapLayout.MiniMapBoundsPainterclassSimpleTextPainterA painter which displays arbitrary text at a fixed pixel location on the screen.classTooltipPainterDisplays tool tip text at a specified position. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.painter.plot
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.painter.plot Modifier and Type Class Description classHistogramPainterPlots a simple frequency histogram.classStackedHistogramPainterPlots a simple frequency histogram.classXYLinePainterPlots a simple x-y lineplot. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.painter.shape
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.painter.shape Modifier and Type Class Description classDynamicLineSetPainterEfficiently paints dynamically changing groups of colored lines.classDynamicPointSetPainterEfficiently paints dynamically changing groups of colored points.classLineSetPainterEfficiently draws a static set of line segments.classPointSetPainterEfficiently draws a static set of points.classPolygonPainterPaints large collections of arbitrary polygons (including concave polygons).classPolygonPainterSimpleA simpler/alternate implementation ofPolygonPainterwhich allows arbitrary polygons to be turned on and off.classShadedPointPainterA painter, similar toPointSetPainter, which allows visualization of large clouds of points or particles.classTaggedShadedPointPainterclassTimeShadedPointPainterA Scatterplot point painter which associates a time with each data point.classTriangleSetPainterDraw triangles with a fixed color. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.painter.texture
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.painter.texture Modifier and Type Class Description classHeatMapPainterA simplified facade toShadedTexturePainterwhich applies a color scale (adjustable via anAxis1Dto a double[][] rectangular array of data stored as an OpenGL texture in order to display a two dimensional heat map.classShadedTexturePainterA painter which applies shaders to textures in order to display dynamically adjustable representations of 2D gridded data.classTaggedHeatMapPainterA HeatMapPainter whose coloring is controlled via aTaggedAxis1D. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.painter.track
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.painter.track Modifier and Type Class Description classStaticTrackPainterDisplays a static set of tracks with associated timestamp, x position, and y position.classTrackPainterPaints groups of line segments of points with associated timestamps. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.painter.treemap
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.painter.treemap Modifier and Type Class Description classAbstractTreeMapPainterDraws a TreeMap, useful for hierarchical data.classSimpleTreeMapPainterA simple implementation ofAbstractTreeMapPainterthat has default colors for everything. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.plot.timeline.event.paint
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.plot.timeline.event.paint Modifier and Type Class Description classEventPainterManagerPaints 1D events with associated color, time span, icon, and label information. -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.plot.timeline.group
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.plot.timeline.group Modifier and Type Class Description classGroupLabelPainter -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.plot.timeline.painter
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.plot.timeline.painter Modifier and Type Class Description classSelectedTimeRegionPainterclassSimpleSelectedTimeRegionPainter -
Uses of GlimpsePainterBase in com.metsci.glimpse.core.support.atlas.painter
Subclasses of GlimpsePainterBase in com.metsci.glimpse.core.support.atlas.painter Modifier and Type Class Description classIconPainterA painter for efficiently painting large numbers of fixed pixel size icons at fixed locations in data (axis) space. -
Uses of GlimpsePainterBase in com.metsci.glimpse.topo
Subclasses of GlimpsePainterBase in com.metsci.glimpse.topo Modifier and Type Class Description classEquirectTopoPainterclassMercatorTopoPainter
-