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 float
getDensity(Number value)
Float
getMaxValue()
Float
getMinValue()
-
-
-
Method Detail
-
getDensity
float getDensity(Number value) throws OperationNotSupportedException
- Throws:
OperationNotSupportedException
-
getMinValue
Float getMinValue()
-
getMaxValue
Float getMaxValue()
-
-