Package | Description |
---|---|
com.metsci.glimpse.examples |
Ready-to-run, self-contained examples which
highlight many of Glimpse's features and provide a convenient starting
point for developing applications using Glimpse.
|
com.metsci.glimpse.examples.animated |
Examples demonstrating display of dynamically changing data.
|
com.metsci.glimpse.examples.axis |
Examples demonstrating linking between and interaction with Glimpse axes.
|
com.metsci.glimpse.examples.basic |
Simple examples demonstrating basic Glimpse features.
|
com.metsci.glimpse.examples.charts.bathy | |
com.metsci.glimpse.examples.charts.rnc | |
com.metsci.glimpse.examples.charts.shoreline | |
com.metsci.glimpse.examples.charts.slippy | |
com.metsci.glimpse.examples.dspl | |
com.metsci.glimpse.examples.icon | |
com.metsci.glimpse.examples.layout |
Examples demonstrating usage of
GlimpseLayout and
MIG layout to create custom arrangements of Glimpse plots. |
com.metsci.glimpse.examples.listener |
Examples demonstrating usage of
GlimpseLayout and
MIG layout to create custom arrangements of Glimpse plots. |
com.metsci.glimpse.examples.misc |
A grab bag of miscellaneous examples.
|
com.metsci.glimpse.examples.projection | |
com.metsci.glimpse.examples.screenshot |
Examples relating to offscreen Glimpse rendering, including screenshots.
|
com.metsci.glimpse.examples.shader |
Examples demonstrating use of OpenGL shader support in Glimpse.
|
com.metsci.glimpse.examples.spacenav |
Examples demonstrating Glimpse support for Space Navigator 3D mice
(http://www.3dconnexion.com/)
|
com.metsci.glimpse.examples.stacked |
Timeline plot examples.
|
com.metsci.glimpse.examples.swt |
Examples demonstrating Glimpse support for rendering inside SWT frames.
|
Modifier and Type | Method and Description |
---|---|
static Example |
Example.showWithSwing(GlimpseLayoutProvider layoutProvider) |
static void |
Example.showWithSwing(GlimpseLayoutProvider layoutProviderA,
GlimpseLayoutProvider layoutProviderB) |
static Example |
Example.showWithSwing(GlimpseLayoutProvider layoutProvider,
javax.media.opengl.GLProfile profile) |
static Example |
Example.showWithSwing(GlimpseLayoutProvider layoutProvider,
String profileString) |
Modifier and Type | Class and Description |
---|---|
class |
AnimatedGeoPlotExample
Demonstrates the dynamic update capability of the TrackPainter.
|
class |
AnimatedPolygonExample
Demonstrates usage of Polygon painter to display arbitrary (convex and concave) polygons.
|
class |
AnimatedProjectionExample
Demonstrates dynamically updating the projection applied to a texture.
|
class |
AnimatedTextureExample
Demonstrates dynamically updating the data stored in a texture.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiAxisPlotExample
MultiAxisPlot2D allows users to create multiple axes above, below, and to the right and left
of the main plotting area.
|
class |
WrappedAxisExample |
Modifier and Type | Class and Description |
---|---|
class |
EmptyPlotExample
Demonstrates construction of a plot from scratch, starting with
an EmptyFrame and adding custom painters to create a basic plot
with no data.
|
class |
FunctionPlotExample
Demonstrates construction of a simple Glimpse plot without the labeled axes,
a plot title, or any of the other extras which other Glimpse plots provide.
|
class |
HeatMapExample
A square heat map plot with adjustable color scale.
|
class |
HistogramPlotExample
A basic histogram plot.
|
class |
ImageExample
Demonstrates display of a png file in a Glimpse plot.
|
class |
LinePlotExample
A basic x/y line plot with a simple legend.
|
class |
ScatterplotExample
A scatter plot with adjustable point size and color.
|
class |
TaggedHeatMapExample
A variant of the basic HeatMapExample with tagged axes for controlling the color scale.
|
Modifier and Type | Class and Description |
---|---|
class |
BathymetryExample
Data displayed was downloaded from the NOAA/NGDC Bathymetry
tool at http://www.ngdc.noaa.gov/mgg/gdas/gd_designagrid.html
|
class |
DynamicReprojectionExample
Data displayed was downloaded from the NOAA/NGDC Bathymetry
tool at http://www.ngdc.noaa.gov/mgg/gdas/gd_designagrid.html
|
class |
GlobalDynamicReprojectionExample
Data displayed was downloaded from the NOAA/NGDC Bathymetry
tool at http://www.ngdc.noaa.gov/mgg/gdas/gd_designagrid.html
|
Modifier and Type | Class and Description |
---|---|
class |
RasterNavigationChartExample
Glimpse has preliminary support for displaying Electronic Navigation Chart
raster images available in the BSB Raster format directly from NOAA.
|
Modifier and Type | Class and Description |
---|---|
class |
LandPlotExample
Displays shoreline data available from the NOAA/NGDC Coastline Extractor
tool at http://www.ngdc.noaa.gov/mgg/coast/
|
Modifier and Type | Class and Description |
---|---|
class |
SlippyTileExample |
Modifier and Type | Class and Description |
---|---|
class |
DsplExample
Glimpse provides Java support for Google's Data Set Publishing Language (DSPL -- http://code.google.com/apis/publicdata/).
|
class |
DsplTrackExample |
Modifier and Type | Class and Description |
---|---|
class |
IconPainterExample
Demonstrates how to use IconPainter.
|
class |
TextureAtlasExample |
Modifier and Type | Class and Description |
---|---|
class |
CustomLayoutExample
Many Glimpse applications can simply use the plots in the
package . |
class |
FloatingLayoutExample
Demonstrates nesting of one Glimpse plot inside another.
|
class |
MiniMapLayoutExample
Demonstrates use of MinimapLayout to create a miniature navigation
area for any plot.
|
class |
SimpleLayoutExample |
Modifier and Type | Class and Description |
---|---|
class |
MouseDrawingExample
Demonstrates usage of a custom
AxisMouseListener
to paint onto a Glimpse plot. |
Modifier and Type | Class and Description |
---|---|
class |
ButtonExample
Demonstrates using a customized GlimpseLayout to simulate a simple button.
|
class |
DynamicLinePainterExample |
class |
DynamicPointPainterExample
Demonstrates use of DynamicPointSetPainter.
|
class |
TreeMapExample |
Modifier and Type | Class and Description |
---|---|
class |
GenericProjectionExample
Demonstrates the ability to provide an array of arbitrary data
coordinates to use to position a Glimpse texture.
|
class |
PolarProjectionExample
Demonstrate the polar texture projection.
|
Modifier and Type | Class and Description |
---|---|
class |
ScreenCaptureExample
Demonstrates the ability to render Glimpse plots to an off-screen buffer
and save the buffer to a screenshot.
|
Modifier and Type | Class and Description |
---|---|
class |
GeometryShaderExample |
class |
PointShaderExample |
class |
ShadedTexturePainterExample
Demonstrates use of the Glimpse
ShadedTexturePainter . |
Modifier and Type | Class and Description |
---|---|
class |
AxisNavigationExample
XXX: Needs cleanup.
|
Modifier and Type | Class and Description |
---|---|
class |
CollapsibleTimelinePlotExample |
class |
HorizontalTimelinePlotExample
Demonstrates use of StackedTimePlot2D to create a horizontal timeline axis
with lineplots stacked vertically on top, each with an independent y axis.
|
class |
MultipleTimelineExample |
class |
NestedTimelinePlotExample |
class |
StackedPlotExample |
class |
VerticalTimelinePlotExample
Demonstrates use of StackedTimePlot2D to create a vertical timeline axis
with lineplots stacked horizontally, each with an independent x axis.
|
Modifier and Type | Class and Description |
---|---|
class |
SwtHeatMapExample
Demonstrates how any example class which implements GlimpseLayoutProvider
can be used inside SWT as well as Swing.
|
Modifier and Type | Method and Description |
---|---|
static void |
SwtExample.showWithSwt(GlimpseLayoutProvider layoutProvider) |
Copyright © 2016 Metron, Inc.. All rights reserved.