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 ShadowGenerator
CategoryPlot.shadowGenerator
The shadow generator for the plot (null
permitted).private ShadowGenerator
PiePlot.shadowGenerator
The shadow generator for the plot (null
permitted).private ShadowGenerator
XYPlot.shadowGenerator
The shadow generator (null
permitted).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 TypeMethodDescriptionvoid
CategoryPlot.setShadowGenerator
(ShadowGenerator generator) Sets the shadow generator for the plot and sends aPlotChangeEvent
to all registered listeners.void
CombinedDomainCategoryPlot.setShadowGenerator
(ShadowGenerator generator) Sets the shadow generator for the plot (and all subplots) and sends aPlotChangeEvent
to all registered listeners.void
CombinedDomainXYPlot.setShadowGenerator
(ShadowGenerator generator) Sets the shadow generator for the plot (and all subplots) and sends aPlotChangeEvent
to all registered listeners.void
CombinedRangeCategoryPlot.setShadowGenerator
(ShadowGenerator generator) Sets the shadow generator for the plot (and all subplots) and sends aPlotChangeEvent
to all registered listeners.void
CombinedRangeXYPlot.setShadowGenerator
(ShadowGenerator generator) Sets the shadow generator for the plot (and all subplots) and sends aPlotChangeEvent
to all registered listeners.void
PiePlot.setShadowGenerator
(ShadowGenerator generator) Sets the shadow generator for the plot and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setShadowGenerator
(ShadowGenerator generator) Sets the shadow generator for the plot and sends aPlotChangeEvent
to all registered listeners. -
Uses of ShadowGenerator in org.jfree.chart.util
Classes in org.jfree.chart.util that implement ShadowGeneratorModifier and TypeClassDescriptionclass
A default implementation of theShadowGenerator
interface, based on code in a blog post by Romain Guy.