|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlotterMouseListener | |
---|---|
org.knime.base.node.viz.plotter | Contains the basic viewing framework for KNIME. |
org.knime.base.node.viz.plotter.parcoord | A ParallelCoordinatePlot is a representation of multi-dimensional information or data, in which multiple dimensions are allocated to parallel axes on-screen. |
org.knime.base.node.viz.plotter.scattermatrix | A scatter matrix plot is a matrix of scatter plots, where each selected column is plotted against each selected column. |
Uses of PlotterMouseListener in org.knime.base.node.viz.plotter |
---|
Subclasses of PlotterMouseListener in org.knime.base.node.viz.plotter | |
---|---|
class |
AbstractPlotter.MovingMouseListener
When the drawing pane is larger then the viewport for it, this mouse listener realizes the possibility to drag the drawing pane inside the viewport. |
class |
AbstractPlotter.SelectionMouseListener
The selection mouse listener checks the selection status, that is, if the mouse was dragged, the CTRL key is pressed and so on and calls the appropriate methods in the AbstractPlotter . |
class |
AbstractPlotter.ZoomMouseListener
Realizes the zooming behaviour, when the mouse is clicked it calls the AbstractPlotter.zoomByClick(Point) , when the mouse is dragged
the AbstractPlotter.zoomByWindow(Rectangle) is called. |
Methods in org.knime.base.node.viz.plotter that return PlotterMouseListener | |
---|---|
PlotterMouseListener |
AbstractPlotter.getCurrentMouseListener()
|
Methods in org.knime.base.node.viz.plotter with parameters of type PlotterMouseListener | |
---|---|
void |
AbstractPlotter.addMouseListener(PlotterMouseListener listener)
If an additional mouse mode should be supported, extend the PlotterMouseListener and add it. |
Method parameters in org.knime.base.node.viz.plotter with type arguments of type PlotterMouseListener | |
---|---|
void |
AbstractPlotter.removeMouseListener(Class<? extends PlotterMouseListener> listener)
If one of the default mouse modes (selection, zooming, moving) should not be available, use this method to remove it. |
Uses of PlotterMouseListener in org.knime.base.node.viz.plotter.parcoord |
---|
Subclasses of PlotterMouseListener in org.knime.base.node.viz.plotter.parcoord | |
---|---|
class |
ParallelCoordinatesPlotter.TransformationMouseListener
MouseListener to change the order of the ParallelAxis . |
Uses of PlotterMouseListener in org.knime.base.node.viz.plotter.scattermatrix |
---|
Subclasses of PlotterMouseListener in org.knime.base.node.viz.plotter.scattermatrix | |
---|---|
class |
ScatterMatrixPlotter.TransformationMouseListener
Mouse listener for changing the column position. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |