Uses of Class
adams.gui.visualization.core.KernelDensityEstimation.Mode
-
-
Uses of KernelDensityEstimation.Mode in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as KernelDensityEstimation.Mode Modifier and Type Field Description protected KernelDensityEstimation.ModeKernelDensityEstimation. m_Modethe mode to use.Methods in adams.gui.visualization.core that return KernelDensityEstimation.Mode Modifier and Type Method Description KernelDensityEstimation.ModeKernelDensityEstimation. getMode()Returns the mode to use.static KernelDensityEstimation.ModeKernelDensityEstimation.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static KernelDensityEstimation.Mode[]KernelDensityEstimation.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.core with parameters of type KernelDensityEstimation.Mode Modifier and Type Method Description voidKernelDensityEstimation. setMode(KernelDensityEstimation.Mode value)Sets the mode to use. -
Uses of KernelDensityEstimation.Mode in adams.gui.visualization.jfreechart.chart
Fields in adams.gui.visualization.jfreechart.chart declared as KernelDensityEstimation.Mode Modifier and Type Field Description protected KernelDensityEstimation.ModeDensityScatterPlot. m_Modehow to calculate the density.Methods in adams.gui.visualization.jfreechart.chart that return KernelDensityEstimation.Mode Modifier and Type Method Description KernelDensityEstimation.ModeDensityScatterPlot. getMode()Returns the mode to use.Methods in adams.gui.visualization.jfreechart.chart with parameters of type KernelDensityEstimation.Mode Modifier and Type Method Description voidDensityScatterPlot. setMode(KernelDensityEstimation.Mode value)Sets the mode to use. -
Uses of KernelDensityEstimation.Mode in adams.gui.visualization.sequence.metadatacolor
Fields in adams.gui.visualization.sequence.metadatacolor declared as KernelDensityEstimation.Mode Modifier and Type Field Description protected KernelDensityEstimation.ModeDensity. m_Modethe mode to use.Methods in adams.gui.visualization.sequence.metadatacolor that return KernelDensityEstimation.Mode Modifier and Type Method Description KernelDensityEstimation.ModeDensity. getMode()Returns the mode to use.Methods in adams.gui.visualization.sequence.metadatacolor with parameters of type KernelDensityEstimation.Mode Modifier and Type Method Description voidDensity. setMode(KernelDensityEstimation.Mode value)Sets the mode to use. -
Uses of KernelDensityEstimation.Mode in adams.gui.visualization.xchart.chart
Fields in adams.gui.visualization.xchart.chart declared as KernelDensityEstimation.Mode Modifier and Type Field Description protected KernelDensityEstimation.ModeDensityScatterPlotChart. m_Modehow to calculate the density.Methods in adams.gui.visualization.xchart.chart that return KernelDensityEstimation.Mode Modifier and Type Method Description KernelDensityEstimation.ModeDensityScatterPlotChart. getMode()Returns the mode to use.Methods in adams.gui.visualization.xchart.chart with parameters of type KernelDensityEstimation.Mode Modifier and Type Method Description voidDensityScatterPlotChart. setMode(KernelDensityEstimation.Mode value)Sets the mode to use. -
Uses of KernelDensityEstimation.Mode in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy that return KernelDensityEstimation.Mode Modifier and Type Method Description KernelDensityEstimation.ModeDensityPlotXYItemRenderer. getDensityMode()Returns the current density calculation mode (BINNING or KDE).Methods in org.jfree.chart.renderer.xy with parameters of type KernelDensityEstimation.Mode Modifier and Type Method Description voidDensityPlotXYItemRenderer. setDensityMode(KernelDensityEstimation.Mode value)Sets the density calculation mode.Constructors in org.jfree.chart.renderer.xy with parameters of type KernelDensityEstimation.Mode Constructor Description DensityPlotXYItemRenderer(int numBins, ColorGradientGenerator generator, KernelDensityEstimation.Mode mode, double bandwidth)Constructs a new density plot renderer.
-