com.metsci.glimpse.charts.bathy |
The bathymetry package defines utility classes for reading
bathymetric data in various formats.
|
com.metsci.glimpse.charts.raster |
Data structures and data IO utilities for displaying ENC raster images.
|
com.metsci.glimpse.charts.shoreline |
Data structures and data IO utilities for display land polygon outlines.
|
com.metsci.glimpse.charts.shoreline.gshhs |
Data structures and data IO utilities for displaying GSHHS polygons.
|
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.com.jogamp.opengl.util.awt |
|
com.metsci.glimpse.com.jogamp.opengl.util.packrect |
|
com.metsci.glimpse.core.axis |
Provides classes for managing the display area of GlimpsePainter
instances.
|
com.metsci.glimpse.core.axis.factory |
Provides factory interfaces and implementations used to generate copies of Axis1D and Axis2D
objects for use in multiple contexts.
|
com.metsci.glimpse.core.axis.listener |
Provides classes used to update Axis1D and Axis2D
instances in response to mouse and gesture events.
|
com.metsci.glimpse.core.axis.listener.mouse |
Provides classes used to update Axis1D and Axis2D instances in response to mouse events.
|
com.metsci.glimpse.core.axis.listener.touch |
Provides classes used to update Axis1D and Axis2D instances in response to gesture events.
|
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.painter.label |
Helper classes used by axis painters to arrange tick marks and
format tick and axis labels.
|
com.metsci.glimpse.core.axis.painter.label.time |
|
com.metsci.glimpse.core.axis.tagged |
Axes with adjustable, named markers which can be adjusted independently
of the minimum and maximum axis values.
|
com.metsci.glimpse.core.axis.tagged.painter |
Axis painters specific to tagged axes.
|
com.metsci.glimpse.core.canvas |
Heavy weight canvases on which all Glimpse rendering is performed.
|
com.metsci.glimpse.core.context |
Data structures and classes for describing the current Glimpse rendering context.
|
com.metsci.glimpse.core.event.key |
Glimpse specific key listener classes which provide an
abstraction layer on top of specific widget sets like NEWT.
|
com.metsci.glimpse.core.event.key.newt |
|
com.metsci.glimpse.core.event.mouse |
Glimpse specific mouse listener classes which provide an
abstraction layer on top of specific widget sets like Swt
or Swing.
|
com.metsci.glimpse.core.event.mouse.newt |
|
com.metsci.glimpse.core.event.mouse.swing |
|
com.metsci.glimpse.core.event.touch |
Glimpse specific listener classes allow Axis1D
instances to respond to high level touch events (like pans, zooms, pinches,
and swipes).
|
com.metsci.glimpse.core.examples.axis |
Examples demonstrating linking between and interaction with Glimpse axes.
|
com.metsci.glimpse.core.examples.heatmap |
Examples demonstrating display of 2D heat map data.
|
com.metsci.glimpse.core.examples.icon |
Examples demonstrating display of raster fixed pixel size images.
|
com.metsci.glimpse.core.examples.layout |
Examples demonstrating usage of GlimpseLayout and
MIG layout to create custom arrangements of Glimpse plots.
|
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.examples.projection |
Examples demonstrating applying arbitrary deformations / projections to Glimpse heat map data.
|
com.metsci.glimpse.core.examples.scatterplot |
Examples demonstrating scatterplot data visualizations.
|
com.metsci.glimpse.core.examples.screenshot |
Examples relating to offscreen Glimpse rendering, including screenshots.
|
com.metsci.glimpse.core.examples.shape |
|
com.metsci.glimpse.core.examples.timeline |
Timeline plot examples.
|
com.metsci.glimpse.core.examples.track |
Examples demonstrating display of geographic timeseries data.
|
com.metsci.glimpse.core.gl |
Texture, shader, frame buffer, vertex buffer, and other general OpenGL utility classes.
|
com.metsci.glimpse.core.gl.shader |
|
com.metsci.glimpse.core.gl.texture |
Wrapper classes for working with OpenGL textures inside a
GlimpsePainter .
|
com.metsci.glimpse.core.gl.util |
General OpenGL utility classes.
|
com.metsci.glimpse.core.layout |
Provides a MigLayout-based framework for partitioning a
GlimpseCanvas into multiple
logical drawing areas.
|
com.metsci.glimpse.core.layout.matcher |
|
com.metsci.glimpse.core.painter.base |
The GlimpsePainter interface as well as abstract implementations which make
it simpler to write common types of GlimpsePainters.
|
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 |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
com.metsci.glimpse.core.plot.stacked |
|
com.metsci.glimpse.core.plot.timeline |
|
com.metsci.glimpse.core.plot.timeline.animate |
|
com.metsci.glimpse.core.plot.timeline.data |
|
com.metsci.glimpse.core.plot.timeline.event |
|
com.metsci.glimpse.core.plot.timeline.event.listener |
|
com.metsci.glimpse.core.plot.timeline.event.paint |
|
com.metsci.glimpse.core.plot.timeline.group |
|
com.metsci.glimpse.core.plot.timeline.layout |
|
com.metsci.glimpse.core.plot.timeline.listener |
|
com.metsci.glimpse.core.plot.timeline.painter |
|
com.metsci.glimpse.core.support |
Data structures and support classes.
|
com.metsci.glimpse.core.support.atlas |
|
com.metsci.glimpse.core.support.atlas.painter |
|
com.metsci.glimpse.core.support.atlas.shader |
|
com.metsci.glimpse.core.support.atlas.support |
|
com.metsci.glimpse.core.support.color |
Color utility classes for simplifying specification of Glimpse and OpenGL colors.
|
com.metsci.glimpse.core.support.colormap |
Color gradient utilities.
|
com.metsci.glimpse.core.support.font |
Font and text utility classes.
|
com.metsci.glimpse.core.support.interval |
|
com.metsci.glimpse.core.support.polygon |
Tessellation of polygons into collections of triangles which
can be easily drawn by the graphics card.
|
com.metsci.glimpse.core.support.popup |
|
com.metsci.glimpse.core.support.projection |
Provides projections which deform rectangular data blocks
stored as textures into data coordinates.
|
com.metsci.glimpse.core.support.selection |
|
com.metsci.glimpse.core.support.settings |
Defines key value pairs of look and feel settings for GlimpsePainters.
|
com.metsci.glimpse.core.support.shader.colormap |
|
com.metsci.glimpse.core.support.shader.line |
|
com.metsci.glimpse.core.support.shader.point |
|
com.metsci.glimpse.core.support.shader.triangle |
|
com.metsci.glimpse.core.support.swing |
|
com.metsci.glimpse.core.support.texture |
Extensions to the basic Texture subclasses.
|
com.metsci.glimpse.core.support.texture.mutator |
|
com.metsci.glimpse.core.support.wrapped |
|
com.metsci.glimpse.dnc |
|
com.metsci.glimpse.dnc.convert |
|
com.metsci.glimpse.dnc.facc |
|
com.metsci.glimpse.dnc.geosym |
|
com.metsci.glimpse.dnc.proj |
|
com.metsci.glimpse.dnc.util |
|
com.metsci.glimpse.docking |
|
com.metsci.glimpse.docking.group |
|
com.metsci.glimpse.docking.group.dialog |
|
com.metsci.glimpse.docking.group.frame |
|
com.metsci.glimpse.docking.xml |
|
com.metsci.glimpse.extras.examples.charts.bathy |
|
com.metsci.glimpse.extras.examples.charts.rnc |
|
com.metsci.glimpse.extras.examples.charts.shoreline |
|
com.metsci.glimpse.extras.examples.charts.slippy |
|
com.metsci.glimpse.extras.examples.dnc |
|
com.metsci.glimpse.extras.examples.topo |
|
com.metsci.glimpse.jogamp.opengl.util.awt.text |
|
com.metsci.glimpse.platformFixes |
|
com.metsci.glimpse.tinylaf |
|
com.metsci.glimpse.topo |
|
com.metsci.glimpse.topo.io |
|
com.metsci.glimpse.topo.proj |
|
com.metsci.glimpse.util |
General utility support for spherical geometry calculations, logging, spatial
indexing, unit conversions, fast data loading and math calculations.
|
com.metsci.glimpse.util.buffer |
|
com.metsci.glimpse.util.concurrent |
|
com.metsci.glimpse.util.geo |
Utilities for performing latitude/longitude calculations and projections using
spherical or WGS 84 coordinate systems.
|
com.metsci.glimpse.util.geo.datum |
|
com.metsci.glimpse.util.geo.format |
|
com.metsci.glimpse.util.geo.projection |
|
com.metsci.glimpse.util.geo.util |
|
com.metsci.glimpse.util.io |
Fast IO utility classes.
|
com.metsci.glimpse.util.jnlu |
Utility classes for automatic loading of native libraries.
|
com.metsci.glimpse.util.logging |
Logging wrapper classes to add functionality to java.util logging.
|
com.metsci.glimpse.util.logging.format |
|
com.metsci.glimpse.util.math |
Fast, approximate mathematical function implementations.
|
com.metsci.glimpse.util.math.approx |
|
com.metsci.glimpse.util.math.fast |
|
com.metsci.glimpse.util.math.stat |
|
com.metsci.glimpse.util.math.stochastic |
|
com.metsci.glimpse.util.math.stochastic.pdfcont |
|
com.metsci.glimpse.util.math.stochastic.pdfcont2d |
|
com.metsci.glimpse.util.math.stochastic.pdfcont3d |
|
com.metsci.glimpse.util.math.stochastic.pdfdiscrete |
|
com.metsci.glimpse.util.primitives |
Memory efficient Java primitive data arrays.
|
com.metsci.glimpse.util.primitives.algorithms |
|
com.metsci.glimpse.util.primitives.rangeset |
|
com.metsci.glimpse.util.primitives.sorted |
|
com.metsci.glimpse.util.quadtree |
Hierarchical spatial index support.
|
com.metsci.glimpse.util.quadtree.longvalued |
|
com.metsci.glimpse.util.ugly |
|
com.metsci.glimpse.util.units |
Unit conversion utilities for angle, azimuth, frequency, length, and speed.
|
com.metsci.glimpse.util.units.time |
|
com.metsci.glimpse.util.units.time.format |
|
com.metsci.glimpse.util.var |
|
com.metsci.glimpse.util.var2 |
|
com.metsci.glimpse.util.vector |
Vector classes for representing 2 and 3 dimensional vectors.
|