Uses of Interface
org.jfree.chart.util.ShadowGenerator
-
Packages that use ShadowGenerator Package Description org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.plot.pie Classes used to create pie charts.org.jfree.chart.util Utility classes used by JFreeChart. -
-
Uses of ShadowGenerator in org.jfree.chart.plot
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.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.voidXYPlot. setShadowGenerator(ShadowGenerator generator)Sets the shadow generator for the plot and sends aPlotChangeEventto all registered listeners. -
Uses of ShadowGenerator in org.jfree.chart.plot.pie
Methods in org.jfree.chart.plot.pie that return ShadowGenerator Modifier and Type Method Description ShadowGeneratorPiePlot. getShadowGenerator()Returns the shadow generator for the plot, if any.Methods in org.jfree.chart.plot.pie with parameters of type ShadowGenerator Modifier and Type Method Description voidPiePlot. 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.
-