Uses of Interface
adams.gui.visualization.core.ColorGradientGenerator
-
-
Uses of ColorGradientGenerator in adams.data.conversion
Fields in adams.data.conversion declared as ColorGradientGenerator Modifier and Type Field Description protected ColorGradientGeneratorDoubleMatrixToBufferedImage. m_Generatorthe generator to use.Methods in adams.data.conversion that return ColorGradientGenerator Modifier and Type Method Description ColorGradientGeneratorDoubleMatrixToBufferedImage. getGenerator()Returns the color generator.Methods in adams.data.conversion with parameters of type ColorGradientGenerator Modifier and Type Method Description voidDoubleMatrixToBufferedImage. setGenerator(ColorGradientGenerator value)Sets the color generator. -
Uses of ColorGradientGenerator in adams.flow.transformer.pdfproclet
Fields in adams.flow.transformer.pdfproclet declared as ColorGradientGenerator Modifier and Type Field Description protected ColorGradientGeneratorConfusionMatrix. m_BackgroundColorGeneratorthe color provider to use for the background.Methods in adams.flow.transformer.pdfproclet that return ColorGradientGenerator Modifier and Type Method Description ColorGradientGeneratorConfusionMatrix. getBackgroundColorGenerator()Returns the color generator for obtaining the colors used for coloring in the background.protected ColorGradientGeneratorConfusionMatrix. getDefaultBackgroundColorGenerator()Returns the default background color generator.Methods in adams.flow.transformer.pdfproclet with parameters of type ColorGradientGenerator Modifier and Type Method Description voidConfusionMatrix. setBackgroundColorGenerator(ColorGradientGenerator value)Sets the color generator for obtaining the colors used for coloring in the background. -
Uses of ColorGradientGenerator in adams.gui.core.spreadsheettable
Fields in adams.gui.core.spreadsheettable declared as ColorGradientGenerator Modifier and Type Field Description protected ColorGradientGeneratorConfusionMatrixCellRenderingCustomizer. m_BackgroundColorGeneratorthe color provider to use for the background.protected ColorGradientGeneratorHeatmapCellRenderingCustomizer. m_BackgroundColorGeneratorthe color provider to use for the background.Methods in adams.gui.core.spreadsheettable that return ColorGradientGenerator Modifier and Type Method Description ColorGradientGeneratorConfusionMatrixCellRenderingCustomizer. getBackgroundColorGenerator()Returns the color generator for obtaining the colors used for coloring in the background.ColorGradientGeneratorHeatmapCellRenderingCustomizer. getBackgroundColorGenerator()Returns the color generator for obtaining the colors used for coloring in the background.protected ColorGradientGeneratorHeatmapCellRenderingCustomizer. getDefaultBackgroundColorGenerator()Returns the default color generator.Methods in adams.gui.core.spreadsheettable with parameters of type ColorGradientGenerator Modifier and Type Method Description voidConfusionMatrixCellRenderingCustomizer. setBackgroundColorGenerator(ColorGradientGenerator value)Sets the color generator for obtaining the colors used for coloring in the background.voidHeatmapCellRenderingCustomizer. setBackgroundColorGenerator(ColorGradientGenerator value)Sets the color generator for obtaining the colors used for coloring in the background. -
Uses of ColorGradientGenerator in adams.gui.visualization.core
Subinterfaces of ColorGradientGenerator in adams.gui.visualization.core Modifier and Type Interface Description interfaceColorGradientGeneratorWithFixedNumberOfColorsInterface for color gradient generators that use a user-defined, fixed number of colors.Classes in adams.gui.visualization.core that implement ColorGradientGenerator Modifier and Type Class Description classAbstractColorGradientGeneratorAncestor for classes that generate color gradients.classBiColorGeneratorGenerates gradient colors between two colors.classColorProviderBasedColorGradientGeneratorUses the specified color provider to generate the colors.
Mainly used for having control over colors when generating images.classConfusionMatrixColorGeneratorGenerates gradient colors between two colors, with default values suitable for a confusion matrix.classMultiColorGeneratorGenerates gradient colors between multiple colors.Fields in adams.gui.visualization.core declared as ColorGradientGenerator Modifier and Type Field Description protected ColorGradientGeneratorGradientColorProvider. m_Generatorthe gradient generator to use.protected ColorGradientGeneratorKernelDensityEstimation. m_Generatorthe generator to use.Methods in adams.gui.visualization.core that return ColorGradientGenerator Modifier and Type Method Description static ColorGradientGeneratorAbstractColorGradientGenerator. forCommandLine(String cmdline)Instantiates the generator from the given commandline (i.e., classname and optional options).static ColorGradientGeneratorAbstractColorGradientGenerator. forName(String classname, String[] options)Instantiates the generator with the given options.ColorGradientGeneratorGradientColorProvider. getGenerator()Returns the generator in use.ColorGradientGeneratorKernelDensityEstimation. getGenerator()Returns the color generator.ColorGradientGeneratorAbstractColorGradientGenerator. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.ColorGradientGeneratorAbstractColorGradientGenerator. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.ColorGradientGeneratorColorGradientGenerator. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.ColorGradientGeneratorColorGradientGenerator. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.gui.visualization.core with parameters of type ColorGradientGenerator Modifier and Type Method Description voidGradientColorProvider. setGenerator(ColorGradientGenerator value)Sets the generator to use.voidKernelDensityEstimation. setGenerator(ColorGradientGenerator value)Sets the color generator. -
Uses of ColorGradientGenerator in adams.gui.visualization.jfreechart.chart
Fields in adams.gui.visualization.jfreechart.chart declared as ColorGradientGenerator Modifier and Type Field Description protected ColorGradientGeneratorDensityScatterPlot. m_Generatorthe color gradient generator.Methods in adams.gui.visualization.jfreechart.chart that return ColorGradientGenerator Modifier and Type Method Description ColorGradientGeneratorDensityScatterPlot. getGenerator()Returns the color generator.Methods in adams.gui.visualization.jfreechart.chart with parameters of type ColorGradientGenerator Modifier and Type Method Description voidDensityScatterPlot. setGenerator(ColorGradientGenerator value)Sets the color generator. -
Uses of ColorGradientGenerator in adams.gui.visualization.sequence.metadatacolor
Fields in adams.gui.visualization.sequence.metadatacolor declared as ColorGradientGenerator Modifier and Type Field Description protected ColorGradientGeneratorDensity. m_Generatorthe generator to use.Methods in adams.gui.visualization.sequence.metadatacolor that return ColorGradientGenerator Modifier and Type Method Description ColorGradientGeneratorDensity. getGenerator()Returns the color generator.Methods in adams.gui.visualization.sequence.metadatacolor with parameters of type ColorGradientGenerator Modifier and Type Method Description voidDensity. setGenerator(ColorGradientGenerator value)Sets the color generator. -
Uses of ColorGradientGenerator in adams.gui.visualization.xchart.chart
Fields in adams.gui.visualization.xchart.chart declared as ColorGradientGenerator Modifier and Type Field Description protected ColorGradientGeneratorDensityScatterPlotChart. m_Generatorthe generator to use.Methods in adams.gui.visualization.xchart.chart that return ColorGradientGenerator Modifier and Type Method Description ColorGradientGeneratorDensityScatterPlotChart. getGenerator()Returns the color generator.Methods in adams.gui.visualization.xchart.chart with parameters of type ColorGradientGenerator Modifier and Type Method Description voidDensityScatterPlotChart. setGenerator(ColorGradientGenerator value)Sets the color generator. -
Uses of ColorGradientGenerator in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy that return ColorGradientGenerator Modifier and Type Method Description ColorGradientGeneratorDensityPlotXYItemRenderer. getGenerator()Returns the current colors being used.Methods in org.jfree.chart.renderer.xy with parameters of type ColorGradientGenerator Modifier and Type Method Description voidDensityPlotXYItemRenderer. setGenerator(ColorGradientGenerator value)Sets the colors to use.Constructors in org.jfree.chart.renderer.xy with parameters of type ColorGradientGenerator Constructor Description DensityPlotXYItemRenderer(int numBins, ColorGradientGenerator generator, KernelDensityEstimation.Mode mode, double bandwidth)Constructs a new density plot renderer.
-