Uses of Interface
com.metsci.glimpse.core.event.key.Keyable
-
Packages that use Keyable Package Description 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.layout Provides a MigLayout-based framework for partitioning aGlimpseCanvas
into multiple logical drawing areas.com.metsci.glimpse.core.painter.info Painters which draw informational overlays.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.support.popup -
-
Uses of Keyable in com.metsci.glimpse.core.event.key
Methods in com.metsci.glimpse.core.event.key that return Keyable Modifier and Type Method Description static Keyable
KeyWrapper. getKeyTarget(GlimpseTargetStack stack)
-
Uses of Keyable in com.metsci.glimpse.core.layout
Classes in com.metsci.glimpse.core.layout that implement Keyable Modifier and Type Class Description class
GlimpseAxisLayout1D
A GlimpseLayout which can provide axes to its childGlimpsePainter
s.class
GlimpseAxisLayout2D
A GlimpseLayout which can provide two axes (an x or horizontal axis and a y or verical axis) to its childGlimpsePainter
s.class
GlimpseAxisLayoutX
A horizontal GlimpseAxisLayout1D implementation.class
GlimpseAxisLayoutY
A vertical GlimpseAxisLayout1D implementation.class
GlimpseLayout
GlimpseLayout provides a means of rendering to specific areas of a GlimpseCanvas controlled by Mig Layout constraints.class
GlimpseTouchLayout
class
GlimpseTouchWrapper
Provides a layout wrapper to augment any layout (and descendants) with gesture support.class
GlimpseVerticallyScrollableLayout
A GlimpseLayout that shifts its layout-children up or down based on a vertical- offset field, which can be set by calling theGlimpseVerticallyScrollableLayout.setVerticalOffset(int)
method. -
Uses of Keyable in com.metsci.glimpse.core.painter.info
Classes in com.metsci.glimpse.core.painter.info that implement Keyable Modifier and Type Class Description class
MinimapLayout
AGlimpseLayout
which floats inside a larger GlimpseLayout and provides a zoomed out view of the scene inside the larger GlimpseLayout. -
Uses of Keyable in com.metsci.glimpse.core.plot
Classes in com.metsci.glimpse.core.plot that implement Keyable Modifier and Type Class Description class
ColorAxisPlot2D
ASimplePlot2D
with a right-side axis with a color scale in addition to x and y axes and a central plotting area.class
EmptyPlot2D
A simple plotting area which takes up its entire parent GlimpseLayout (leaving no room for a plot title or axis tick marks).class
MapPlot2D
A geographic plotting area.class
MultiAxisPlot2D
A flexible plotting area with the ability to create an arbitrary number of additional axes above, below, left, or right of the main central plotting area.class
Plot2D
A simple, blank plotting area which divides itself into five regions:class
SimplePlot2D
Identical in structure toPlot2D
, but also provides a pre-selected set of common plot elements including: a solid color background to the plot a simple line border around the plotting area vertical and horizontal grid lines which match the axis tick marks a crosshair which follows the mouse positionclass
TaggedColorAxisPlot2D
-
Uses of Keyable in com.metsci.glimpse.core.plot.stacked
Classes in com.metsci.glimpse.core.plot.stacked that implement Keyable Modifier and Type Class Description class
StackedPlot2D
A plot which allows multiple plots or GlimpseLayout areas to be easily arranged in a vertical or horizontal stack. -
Uses of Keyable in com.metsci.glimpse.core.plot.timeline
Classes in com.metsci.glimpse.core.plot.timeline that implement Keyable Modifier and Type Class Description class
CollapsibleTimePlot2D
class
StackedTimePlot2D
AStackedPlot2D
which automatically creates a timeline axis at the bottom of the stack and uses aTaggedAxis1D
to define a selected time region. -
Uses of Keyable in com.metsci.glimpse.core.support.popup
Classes in com.metsci.glimpse.core.support.popup that implement Keyable Modifier and Type Class Description class
GlimpseAxisLayout2DWithPopup
class
MultiAxisPlot2DWithPopup
-