Interface DensityMap
-
- All Known Implementing Classes:
InterpolateDensityMap,SegmentDensityMap,ThresholdDensityMap
public interface DensityMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetDensity(Number value)FloatgetMaxValue()FloatgetMinValue()
-
-
-
Method Detail
-
getDensity
float getDensity(Number value) throws OperationNotSupportedException
- Throws:
OperationNotSupportedException
-
getMinValue
Float getMinValue()
-
getMaxValue
Float getMaxValue()
-
-