Uses of Class
net.finmath.plots.jfreechart.HuePaintScale

Packages that use HuePaintScale
Package
Description
Tools for JFreeChart providing charts with a somewhat consistent different style.
  • 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.JFreeChart
    JFreeChartUtilities.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 void
    JFreeChartUtilities.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)