Uses of Package
com.metsci.glimpse.core.painter.base
-
Packages that use com.metsci.glimpse.core.painter.base 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 Provides classes for managing the display area ofGlimpsePainter
instances.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.canvas Heavy weight canvases on which all Glimpse rendering is performed.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.examples.projection Examples demonstrating applying arbitrary deformations / projections to Glimpse heat map data.com.metsci.glimpse.core.layout Provides a MigLayout-based framework for partitioning aGlimpseCanvas
into multiple logical drawing areas.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.event.paint com.metsci.glimpse.core.plot.timeline.group com.metsci.glimpse.core.plot.timeline.layout com.metsci.glimpse.core.plot.timeline.painter com.metsci.glimpse.core.support Data structures and support classes.com.metsci.glimpse.core.support.atlas.painter com.metsci.glimpse.core.support.popup com.metsci.glimpse.dnc com.metsci.glimpse.topo -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.charts.bathy Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.charts.shoreline Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.charts.shoreline.ndgc Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.charts.slippy Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.axis Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code. -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.axis.painter Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.axis.tagged.painter Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.canvas Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code. -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.examples.axis Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.examples.icon Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.examples.line Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.examples.misc Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.examples.plot Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.examples.projection Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code. -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.layout Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterCallback -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.painter.base Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code. -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.painter.decoration Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.painter.geo Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.painter.group Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.painter.info Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.painter.plot Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.painter.shape Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.painter.texture Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.painter.track Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.painter.treemap Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.plot Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterCallback -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.plot.stacked Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code. -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.plot.timeline Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code. -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.plot.timeline.event.paint Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.plot.timeline.group Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.plot.timeline.layout Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code. -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.plot.timeline.painter Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.support Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code. -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.support.atlas.painter Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.core.support.popup Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code. -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.dnc Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code. -
Classes in com.metsci.glimpse.core.painter.base used by com.metsci.glimpse.topo Class Description GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.GlimpsePainterBase