|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.gui.plotter.AxisTransformationId
public class AxisTransformationId
Transforms the given value by just returning it.
| 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 |
|---|
public AxisTransformationId()
| Method Detail |
|---|
public double transform(double value)
transform in interface AxisTransformationpublic double inverseTransform(double value)
inverseTransform in interface AxisTransformation
public java.lang.String format(double value,
int formatNumber)
format in interface AxisTransformation
public double adaptTicsMin(double min,
double ticSize)
adaptTicsMin in interface AxisTransformation
public double adaptTicsMax(double max,
double ticSize)
adaptTicsMax in interface AxisTransformation
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||