|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlimpseMouseListener | |
---|---|
com.metsci.glimpse.axis.listener.mouse | Provides classes used to update Axis1D and Axis2D instances in response to mouse events. |
com.metsci.glimpse.axis.tagged | Axes with adjustable, named markers which can be adjusted independently of the minimum and maximum axis values. |
com.metsci.glimpse.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.event.mouse.swing | |
com.metsci.glimpse.examples.listener | Examples demonstrating usage of GlimpseLayout and
MIG layout to create custom arrangements of Glimpse plots. |
com.metsci.glimpse.layout | Provides a MigLayout-based framework for partitioning a
GlimpseCanvas into multiple
logical drawing areas. |
com.metsci.glimpse.painter.info | Painters which draw informational overlays. |
com.metsci.glimpse.plot | Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. |
com.metsci.glimpse.plot.timeline | |
com.metsci.glimpse.plot.timeline.listener | |
com.metsci.glimpse.swt.event.mouse |
Uses of GlimpseMouseListener in com.metsci.glimpse.axis.listener.mouse |
---|
Classes in com.metsci.glimpse.axis.listener.mouse that implement GlimpseMouseListener | |
---|---|
class |
AxisMouseListener
A Glimpse mouse listener which defines the default way that axes are updated in response to mouse events. |
class |
AxisMouseListener1D
An AxisMouseListener for use with GlimpseAxisLayout1D. |
class |
AxisMouseListener2D
An AxisMouseListener for use with GlimpseAxisLayout2D. |
Uses of GlimpseMouseListener in com.metsci.glimpse.axis.tagged |
---|
Classes in com.metsci.glimpse.axis.tagged that implement GlimpseMouseListener | |
---|---|
class |
TaggedAxisMouseListener1D
A mouse listener which allows adjustment of the Tag values of
a TaggedAxis1D via mouse gestures. |
Uses of GlimpseMouseListener in com.metsci.glimpse.event.mouse |
---|
Subinterfaces of GlimpseMouseListener in com.metsci.glimpse.event.mouse | |
---|---|
interface |
GlimpseMouseAllListener
A wrapper interface which combines the three Glimpse MouseListener interfaces. |
interface |
Mouseable
Any object which can receive Glimpse mouse listeners and provide callbacks when mouse events occur. |
Classes in com.metsci.glimpse.event.mouse that implement GlimpseMouseListener | |
---|---|
class |
GlimpseMouseAdapter
|
Methods in com.metsci.glimpse.event.mouse that return types with arguments of type GlimpseMouseListener | |
---|---|
java.util.Collection<GlimpseMouseListener> |
Mouseable.getGlimpseMouseListeners()
|
Methods in com.metsci.glimpse.event.mouse with parameters of type GlimpseMouseListener | |
---|---|
void |
Mouseable.addGlimpseMouseListener(GlimpseMouseListener listener)
|
void |
Mouseable.removeGlimpseMouseListener(GlimpseMouseListener listener)
|
Uses of GlimpseMouseListener in com.metsci.glimpse.event.mouse.swing |
---|
Constructors in com.metsci.glimpse.event.mouse.swing with parameters of type GlimpseMouseListener | |
---|---|
GlimpseMouseListenerWrapper(GlimpseMouseListener listener)
|
Uses of GlimpseMouseListener in com.metsci.glimpse.examples.listener |
---|
Classes in com.metsci.glimpse.examples.listener that implement GlimpseMouseListener | |
---|---|
class |
MouseDrawingExample.CustomMouseListener2D
|
Uses of GlimpseMouseListener in com.metsci.glimpse.layout |
---|
Classes in com.metsci.glimpse.layout that implement GlimpseMouseListener | |
---|---|
class |
GlimpseAxisLayout1D
A GlimpseLayout which can provide axes to its child GlimpsePainter s. |
class |
GlimpseAxisLayout2D
A GlimpseLayout which can provide two axes (an x or horizontal axis and a y or verical axis) to its child GlimpsePainter 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. |
Methods in com.metsci.glimpse.layout that return types with arguments of type GlimpseMouseListener | |
---|---|
java.util.Collection<GlimpseMouseListener> |
GlimpseLayout.getGlimpseMouseListeners()
|
Methods in com.metsci.glimpse.layout with parameters of type GlimpseMouseListener | |
---|---|
void |
GlimpseLayout.addGlimpseMouseListener(GlimpseMouseListener listener)
|
void |
GlimpseLayout.removeGlimpseMouseListener(GlimpseMouseListener listener)
|
Uses of GlimpseMouseListener in com.metsci.glimpse.painter.info |
---|
Classes in com.metsci.glimpse.painter.info that implement GlimpseMouseListener | |
---|---|
class |
MinimapLayout
A GlimpseLayout which
floats inside a larger GlimpseLayout and provides a zoomed out
view of the scene inside the larger GlimpseLayout. |
Uses of GlimpseMouseListener in com.metsci.glimpse.plot |
---|
Classes in com.metsci.glimpse.plot that implement GlimpseMouseListener | |
---|---|
class |
ColorAxisPlot2D
A SimplePlot2D with a right-side axis with a color scale in addition to
x and y axes and a central plotting area. |
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: a central plotting area a title area above the plot a labeled horizontal x axis below the plot a labeled vertical y axis to the left of the plot a labeled vertical z axis to the right of the plot Any of the areas above may be shown or hidden (the z axis area is commonly hidden). |
class |
SimplePlot2D
Identical in structure to Plot2D , 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 position
|
class |
StackedPlot2D
A plot which allows multiple plots or GlimpseLayout areas to be easily arranged in a vertical or horizontal stack. |
Methods in com.metsci.glimpse.plot with parameters of type GlimpseMouseListener | |
---|---|
void |
Plot2D.addGlimpseMouseListener(GlimpseMouseListener listener)
|
void |
Plot2D.removeGlimpseMouseListener(GlimpseMouseListener listener)
|
Uses of GlimpseMouseListener in com.metsci.glimpse.plot.timeline |
---|
Classes in com.metsci.glimpse.plot.timeline that implement GlimpseMouseListener | |
---|---|
class |
StackedTimePlot2D
A StackedPlot2D which automatically creates a timeline axis at the
bottom of the stack and uses a
TaggedAxis1D to define a selected time
region. |
Uses of GlimpseMouseListener in com.metsci.glimpse.plot.timeline.listener |
---|
Classes in com.metsci.glimpse.plot.timeline.listener that implement GlimpseMouseListener | |
---|---|
class |
TimelineMouseListener1D
|
class |
TimelineMouseListener2D
|
Uses of GlimpseMouseListener in com.metsci.glimpse.swt.event.mouse |
---|
Constructors in com.metsci.glimpse.swt.event.mouse with parameters of type GlimpseMouseListener | |
---|---|
GlimpseMouseListenerWrapper(GlimpseMouseListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |