Package | Description |
---|---|
com.metsci.glimpse.axis |
Provides classes for managing the display area of
GlimpsePainter
instances. |
com.metsci.glimpse.axis.listener |
Provides classes used to update Axis1D and Axis2D
instances in response to mouse and gesture events.
|
com.metsci.glimpse.charts.slippy | |
com.metsci.glimpse.plot |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
com.metsci.glimpse.support.selection |
Provides callbacks when selection events occur in
GlimpsePainter s. |
Modifier and Type | Method and Description |
---|---|
void |
Axis2D.addAxisListener(AxisListener2D listener) |
void |
Axis2D.removeAxisListener(AxisListener2D listener) |
Modifier and Type | Class and Description |
---|---|
class |
RateLimitedAxisListener2D
An AxisListener2D which guarantees that axisUpdated( Axis2D ) will not be
called at greater than a given rate.
|
Modifier and Type | Class and Description |
---|---|
class |
SlippyAxisListener2D
Initializes the Axis2D so that zoom events always go up/down a single zoom level.
|
Modifier and Type | Method and Description |
---|---|
void |
Plot2D.addAxisListener(AxisListener2D l) |
Modifier and Type | Class and Description |
---|---|
class |
SpatialSelectionAxisListener |
Copyright © 2016 Metron, Inc.. All rights reserved.