Uses of Interface
org.jfree.chart.util.ShadowGenerator
-
Packages that use ShadowGenerator Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
.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 ShadowGenerator
StandardChartTheme. shadowGenerator
-
Uses of ShadowGenerator in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as ShadowGenerator Modifier and Type Field Description private 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 ShadowGenerator Modifier and Type Method Description ShadowGenerator
CategoryPlot. getShadowGenerator()
Returns the shadow generator for the plot, if any.ShadowGenerator
PiePlot. getShadowGenerator()
Returns the shadow generator for the plot, if any.ShadowGenerator
XYPlot. 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 void
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 ShadowGenerator Modifier and Type Class Description class
DefaultShadowGenerator
A default implementation of theShadowGenerator
interface, based on code in a blog post by Romain Guy.
-