Uses of Interface
org.jfree.chart.util.ShadowGenerator
-
Packages that use ShadowGenerator Package Description org.jfree.chart Core classes, includingJFreeChartandChartPanel.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.util Utility classes used by JFreeChart. -
-
Uses of ShadowGenerator in org.jfree.chart
Fields in org.jfree.chart declared as ShadowGenerator Modifier and Type Field Description private ShadowGeneratorStandardChartTheme. shadowGenerator -
Uses of ShadowGenerator in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as ShadowGenerator Modifier and Type Field Description private ShadowGeneratorCategoryPlot. shadowGeneratorThe shadow generator for the plot (nullpermitted).private ShadowGeneratorPiePlot. shadowGeneratorThe shadow generator for the plot (nullpermitted).private ShadowGeneratorXYPlot. shadowGeneratorThe shadow generator (nullpermitted).Methods in org.jfree.chart.plot that return ShadowGenerator Modifier and Type Method Description ShadowGeneratorCategoryPlot. getShadowGenerator()Returns the shadow generator for the plot, if any.ShadowGeneratorPiePlot. getShadowGenerator()Returns the shadow generator for the plot, if any.ShadowGeneratorXYPlot. getShadowGenerator()Returns the shadow generator for the plot, if any.Methods in org.jfree.chart.plot with parameters of type ShadowGenerator Modifier and Type Method Description voidCategoryPlot. setShadowGenerator(ShadowGenerator generator)Sets the shadow generator for the plot and sends aPlotChangeEventto all registered listeners.voidCombinedDomainCategoryPlot. setShadowGenerator(ShadowGenerator generator)Sets the shadow generator for the plot (and all subplots) and sends aPlotChangeEventto all registered listeners.voidCombinedDomainXYPlot. setShadowGenerator(ShadowGenerator generator)Sets the shadow generator for the plot (and all subplots) and sends aPlotChangeEventto all registered listeners.voidCombinedRangeCategoryPlot. setShadowGenerator(ShadowGenerator generator)Sets the shadow generator for the plot (and all subplots) and sends aPlotChangeEventto all registered listeners.voidCombinedRangeXYPlot. setShadowGenerator(ShadowGenerator generator)Sets the shadow generator for the plot (and all subplots) and sends aPlotChangeEventto all registered listeners.voidPiePlot. setShadowGenerator(ShadowGenerator generator)Sets the shadow generator for the plot and sends aPlotChangeEventto all registered listeners.voidXYPlot. setShadowGenerator(ShadowGenerator generator)Sets the shadow generator for the plot and sends aPlotChangeEventto all registered listeners. -
Uses of ShadowGenerator in org.jfree.chart.util
Classes in org.jfree.chart.util that implement ShadowGenerator Modifier and Type Class Description classDefaultShadowGeneratorA default implementation of theShadowGeneratorinterface, based on code in a blog post by Romain Guy.
-