|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappingMethod
Interface for a mapping method which is executed before calculating ticks and mapping.
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. |
Method Detail |
---|
DataCell doMapping(DataCell cell)
cell
- the value to map
double getLabel(DataCell cell)
cell
- the value
String getDisplayName()
MappingMethod
.
boolean isCompatibleWithDomain(DataColumnDomain domain)
true
by default.
domain
- the domain
true
, if this mapping method is compatible.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |