com.rapidminer.gui.plotter
Class AxisTransformationId

java.lang.Object
  extended by com.rapidminer.gui.plotter.AxisTransformationId
All Implemented Interfaces:
AxisTransformation

public class AxisTransformationId
extends java.lang.Object
implements AxisTransformation

Transforms the given value by just returning it.

Author:
Ingo Mierswa

Constructor Summary
AxisTransformationId()
           
 
Method Summary
 double adaptTicsMax(double max, double ticSize)
          Adapts the maximum corresponding to the given tic size.
 double adaptTicsMin(double min, double ticSize)
          Adapts the minimum corresponding to the given tic size.
 java.lang.String format(double value, int formatNumber)
          Returns the formatted value.
 double inverseTransform(double value)
          Transforms the given value by just returning it.
 double transform(double value)
          Transforms the given value by just returning it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisTransformationId

public AxisTransformationId()
Method Detail

transform

public double transform(double value)
Transforms the given value by just returning it.

Specified by:
transform in interface AxisTransformation

inverseTransform

public double inverseTransform(double value)
Transforms the given value by just returning it.

Specified by:
inverseTransform in interface AxisTransformation

format

public java.lang.String format(double value,
                               int formatNumber)
Returns the formatted value.

Specified by:
format in interface AxisTransformation

adaptTicsMin

public double adaptTicsMin(double min,
                           double ticSize)
Adapts the minimum corresponding to the given tic size.

Specified by:
adaptTicsMin in interface AxisTransformation

adaptTicsMax

public double adaptTicsMax(double max,
                           double ticSize)
Adapts the maximum corresponding to the given tic size.

Specified by:
adaptTicsMax in interface AxisTransformation


Copyright © 2001-2009 by Rapid-I