Uses of Interface
com.metsci.glimpse.layout.GlimpseLayoutProvider

Packages that use GlimpseLayoutProvider
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.dspl   
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.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. 
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples
 

Methods in com.metsci.glimpse.examples with parameters of type GlimpseLayoutProvider
static void Example.showWithSwing(GlimpseLayoutProvider layoutProvider)
           
static void Example.showWithSwing(GlimpseLayoutProvider layoutProviderA, GlimpseLayoutProvider layoutProviderB)
           
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.animated
 

Classes in com.metsci.glimpse.examples.animated that implement GlimpseLayoutProvider
 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.
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.axis
 

Classes in com.metsci.glimpse.examples.axis that implement GlimpseLayoutProvider
 class MultiAxisPlotExample
          MultiAxisPlot2D allows users to create multiple axes above, below, and to the right and left of the main plotting area.
 

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

Classes in com.metsci.glimpse.examples.basic that implement GlimpseLayoutProvider
 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.
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.charts.bathy
 

Classes in com.metsci.glimpse.examples.charts.bathy that implement GlimpseLayoutProvider
 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
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.charts.rnc
 

Classes in com.metsci.glimpse.examples.charts.rnc that implement GlimpseLayoutProvider
 class RasterNavigationChartExample
          Glimpse has preliminary support for displaying Electronic Navigation Chart raster images available in the BSB Raster format directly from NOAA.
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.charts.shoreline
 

Classes in com.metsci.glimpse.examples.charts.shoreline that implement GlimpseLayoutProvider
 class LandPlotExample
          Displays shoreline data available from the NOAA/NGDC Coastline Extractor tool at http://www.ngdc.noaa.gov/mgg/coast/
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.dspl
 

Classes in com.metsci.glimpse.examples.dspl that implement GlimpseLayoutProvider
 class DsplExample
          Glimpse provides Java support for Google's Data Set Publishing Language (DSPL -- http://code.google.com/apis/publicdata/).
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.layout
 

Classes in com.metsci.glimpse.examples.layout that implement GlimpseLayoutProvider
 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
           
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.listener
 

Classes in com.metsci.glimpse.examples.listener that implement GlimpseLayoutProvider
 class MouseDrawingExample
          Demonstrates usage of a custom AxisMouseListener to paint onto a Glimpse plot.
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.misc
 

Classes in com.metsci.glimpse.examples.misc that implement GlimpseLayoutProvider
 class ButtonExample
          Demonstrates using a customized GlimpseLayout to simulate a simple button.
 class TreeMapExample
           
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.projection
 

Classes in com.metsci.glimpse.examples.projection that implement GlimpseLayoutProvider
 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.
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.shader
 

Classes in com.metsci.glimpse.examples.shader that implement GlimpseLayoutProvider
 class GeometryShaderExample
           
 class PointShaderExample
           
 class ShadedTexturePainterExample
          Demonstrates use of the Glimpse ShadedTexturePainter.
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.spacenav
 

Classes in com.metsci.glimpse.examples.spacenav that implement GlimpseLayoutProvider
 class AxisNavigationExample
          XXX: Needs cleanup.
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.stacked
 

Classes in com.metsci.glimpse.examples.stacked that implement GlimpseLayoutProvider
 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 StackedPlotExample
           
 class VerticalTimelinePlotExample
          Demonstrates use of StackedTimePlot2D to create a vertical timeline axis with lineplots stacked horizontally, each with an independent x axis.
 

Uses of GlimpseLayoutProvider in com.metsci.glimpse.examples.swt
 

Classes in com.metsci.glimpse.examples.swt that implement GlimpseLayoutProvider
 class SwtHeatMapExample
          Demonstrates how any example class which implements GlimpseLayoutProvider can be used inside SWT as well as Swing.
 

Methods in com.metsci.glimpse.examples.swt with parameters of type GlimpseLayoutProvider
static void SwtExample.showWithSwt(GlimpseLayoutProvider layoutProvider)
           
static void SwtExample.showWithSwt(GlimpseLayoutProvider layoutProviderA, GlimpseLayoutProvider layoutProviderB)
           
 



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