Uses of Class
org.jfree.chart.renderer.xy.DensityPlotXYItemRenderer.DensityMode
-
Packages that use DensityPlotXYItemRenderer.DensityMode Package Description adams.gui.visualization.jfreechart.chart org.jfree.chart.renderer.xy -
-
Uses of DensityPlotXYItemRenderer.DensityMode in adams.gui.visualization.jfreechart.chart
Fields in adams.gui.visualization.jfreechart.chart declared as DensityPlotXYItemRenderer.DensityMode Modifier and Type Field Description protected DensityPlotXYItemRenderer.DensityMode
DensityScatterPlot. m_Mode
how to calculate the density.Methods in adams.gui.visualization.jfreechart.chart that return DensityPlotXYItemRenderer.DensityMode Modifier and Type Method Description DensityPlotXYItemRenderer.DensityMode
DensityScatterPlot. getMode()
Returns the mode to use.Methods in adams.gui.visualization.jfreechart.chart with parameters of type DensityPlotXYItemRenderer.DensityMode Modifier and Type Method Description void
DensityScatterPlot. setMode(DensityPlotXYItemRenderer.DensityMode value)
Sets the mode to use. -
Uses of DensityPlotXYItemRenderer.DensityMode in org.jfree.chart.renderer.xy
Fields in org.jfree.chart.renderer.xy declared as DensityPlotXYItemRenderer.DensityMode Modifier and Type Field Description protected DensityPlotXYItemRenderer.DensityMode
DensityPlotXYItemRenderer. m_DensityMode
the mode for the plot.Methods in org.jfree.chart.renderer.xy that return DensityPlotXYItemRenderer.DensityMode Modifier and Type Method Description DensityPlotXYItemRenderer.DensityMode
DensityPlotXYItemRenderer. getDensityMode()
Returns the current density calculation mode (BINNING or KDE).static DensityPlotXYItemRenderer.DensityMode
DensityPlotXYItemRenderer.DensityMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DensityPlotXYItemRenderer.DensityMode[]
DensityPlotXYItemRenderer.DensityMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.renderer.xy with parameters of type DensityPlotXYItemRenderer.DensityMode Modifier and Type Method Description void
DensityPlotXYItemRenderer. setDensityMode(DensityPlotXYItemRenderer.DensityMode densityMode)
Sets the density calculation mode.Constructors in org.jfree.chart.renderer.xy with parameters of type DensityPlotXYItemRenderer.DensityMode Constructor Description DensityPlotXYItemRenderer(int xBins, int yBins, Color[] colors, DensityPlotXYItemRenderer.DensityMode mode, double bandwidth)
Constructs a new density plot renderer.
-