org.knime.base.node.viz.plotter.parcoord
Class NumericParallelAxis

java.lang.Object
  extended by org.knime.base.node.viz.plotter.parcoord.ParallelAxis
      extended by org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis

public class NumericParallelAxis
extends ParallelAxis

Represents a ParallelAxis with numeric values and provides access to the minimum and maximum value of the domain.

Author:
Fabian Dill, University of Konstanz

Constructor Summary
NumericParallelAxis()
           
 
Method Summary
 double getMaxValue()
           
 double getMinValue()
           
 
Methods inherited from class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
createParallelAxis, getCoordinate, getHeight, getMappedValue, getName, getXPosition, isContainedIn, isNominal, isSelected, setCoordinate, setHeight, setName, setSelected, setXPosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumericParallelAxis

public NumericParallelAxis()
Method Detail

getMinValue

public double getMinValue()
Returns:
thre minimum value of the domain.

getMaxValue

public double getMaxValue()
Returns:
the maximum value of the domain.


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.