Uses of Class
net.pricefx.server.dto.calculation.ResultHighmap
-
Packages that use ResultHighmap Package Description net.pricefx.formulaengine.scripting net.pricefx.server.dto.calculation -
-
Uses of ResultHighmap in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return ResultHighmap Modifier and Type Method Description ResultHighmap
PublicGroovyAPI. buildHighmap(Map<String,?> definition)
Creates aResultHighmap
from the passeddefinition
. -
Uses of ResultHighmap in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that return ResultHighmap Modifier and Type Method Description ResultHighmap
ResultHighmap. addMap(String... maps)
The map renderer will try to download the appropriate map by peeking atchart.map
value of the provideddefinition
.
-