Uses of Class
net.finmath.plots.jfreechart.HuePaintScale
-
Packages that use HuePaintScale Package Description net.finmath.plots.jfreechart Tools for JFreeChart -
-
Uses of HuePaintScale in net.finmath.plots.jfreechart
Methods in net.finmath.plots.jfreechart with parameters of type HuePaintScale Modifier and Type Method Description static org.jfree.chart.JFreeChartJFreeChartUtilities. getContourPlot(org.jfree.data.xy.DefaultXYZDataset dataset, org.jfree.chart.renderer.xy.XYBlockRenderer renderer, HuePaintScale paintScale, org.jfree.chart.axis.NumberAxis xAxis, org.jfree.chart.axis.NumberAxis yAxis, org.jfree.chart.axis.NumberAxis zAxis, int xItems, int yItems)static voidJFreeChartUtilities. updateContourPlot(org.jfree.data.xy.DefaultXYZDataset dataset, org.jfree.chart.renderer.xy.XYBlockRenderer renderer, HuePaintScale paintScale, org.jfree.chart.axis.NumberAxis xAxis, org.jfree.chart.axis.NumberAxis yAxis, org.jfree.chart.axis.NumberAxis zAxis, int xItems, int yItems)
-