Uses of Interface
org.jfree.chart.util.ShadowGenerator
Packages that use ShadowGenerator
Package
Description
Core classes, including
JFreeChart and
ChartPanel.Plot classes and related interfaces.
Utility classes used by JFreeChart.
-
Uses of ShadowGenerator in org.jfree.chart
Fields in org.jfree.chart declared as ShadowGenerator -
Uses of ShadowGenerator in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as ShadowGeneratorModifier and TypeFieldDescriptionprivate 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 ShadowGeneratorModifier and TypeMethodDescriptionCategoryPlot.getShadowGenerator()Returns the shadow generator for the plot, if any.PiePlot.getShadowGenerator()Returns the shadow generator for the plot, if any.XYPlot.getShadowGenerator()Returns the shadow generator for the plot, if any.Methods in org.jfree.chart.plot with parameters of type ShadowGeneratorModifier and TypeMethodDescriptionvoidCategoryPlot.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 ShadowGeneratorModifier and TypeClassDescriptionclassA default implementation of theShadowGeneratorinterface, based on code in a blog post by Romain Guy.