org.knime.base.node.viz.plotter.basic
Class DataCellPoint
java.lang.Object
org.knime.base.node.viz.plotter.basic.DataCellPoint
public class DataCellPoint
- extends Object
A DataCellPoint
consists of two
DataCell
s, one for the x and one for the y
axis. It is used for the
BasicDrawingElement
and
BasicPlotter
which maps the
domain values represented by the DataCell
s
- Author:
- Fabian Dill, University of Konstanz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataCellPoint
public DataCellPoint(DataCell x,
DataCell y)
- A point represented by two data cells.
- Parameters:
x
- xy
- y
getX
public DataCell getX()
- Returns:
- x
setX
public void setX(DataCell x)
- Parameters:
x
- new x
getY
public DataCell getY()
- Returns:
- y
setY
public void setY(DataCell y)
- Parameters:
y
- new y
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.