Uses of Class
org.knime.base.node.viz.plotter.basic.DataCellPoint

Packages that use DataCellPoint
org.knime.base.node.viz.plotter.basic The idea behind the BasicPlotter is to provide a small fraction of the functionality known from "R" or "GnuPlot", if you have some basic elements, such as lines, ellipses, rectangles, you want to add to your view you can use the BasicPlotter
 

Uses of DataCellPoint in org.knime.base.node.viz.plotter.basic
 

Methods in org.knime.base.node.viz.plotter.basic that return types with arguments of type DataCellPoint
 List<DataCellPoint> BasicDrawingElement.getDomainValues()
           
 

Methods in org.knime.base.node.viz.plotter.basic with parameters of type DataCellPoint
 void BasicDrawingElement.addDomainValue(DataCellPoint domainValue)
          Adds a domain value to the set of domain values that are mapped to the DrawingPane's dimension.
 void BasicDrawingElement.setDomainValues(DataCellPoint... points)
          Adds a list of domain values that should be in same order as referring mapped points.
 

Method parameters in org.knime.base.node.viz.plotter.basic with type arguments of type DataCellPoint
 void BasicDrawingElement.setDomainValues(List<DataCellPoint> domainValues)
          Adds a list of domain values that should be in same order as referring mapped points.
 



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.