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.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.shader |
Examples demonstrating use of OpenGL shader support in Glimpse.
|
com.metsci.glimpse.examples.stacked |
Timeline plot examples.
|
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,
String profile) |
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.
|
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 |
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 |
GeometryShaderExample |
class |
PointShaderExample |
class |
ShadedTexturePainterExample
Demonstrates use of the Glimpse
ShadedTexturePainter . |
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.
|
Copyright © 2013 Metron, Inc.. All rights reserved.