|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.util.coordinate.SquareRootMappingMethod
public class SquareRootMappingMethod
Field Summary | |
---|---|
static String |
ID_SQRT
ID for a square root mapping method. |
Constructor Summary | |
---|---|
SquareRootMappingMethod()
|
Method Summary | |
---|---|
DataCell |
doMapping(DataCell cell)
Maps the value according to its task. |
String |
getDisplayName()
Returns the display name of this MappingMethod . |
double |
getLabel(DataCell cell)
Maps a value back to the original domain value for tick generation. |
boolean |
isCompatibleWithDomain(DataColumnDomain domain)
Checks compatibility with a domain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ID_SQRT
Constructor Detail |
---|
public SquareRootMappingMethod()
Method Detail |
---|
public DataCell doMapping(DataCell cell)
doMapping
in interface MappingMethod
cell
- the value to map
public String getDisplayName()
MappingMethod
.
getDisplayName
in interface MappingMethod
public boolean isCompatibleWithDomain(DataColumnDomain domain)
true
by default.
isCompatibleWithDomain
in interface MappingMethod
domain
- the domain
true
, if this mapping method is compatible.public double getLabel(DataCell cell)
getLabel
in interface MappingMethod
cell
- the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |