Uses of Class
org.knime.base.node.viz.plotter.PlotterMouseListener

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.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.