|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShadowGenerator | |
|---|---|
| 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.plot |
|---|
| Methods in org.jfree.chart.plot that return ShadowGenerator | |
|---|---|
ShadowGenerator |
PiePlot.getShadowGenerator()
Returns the shadow generator for the plot, if any. |
ShadowGenerator |
XYPlot.getShadowGenerator()
Returns the shadow generator for the plot, if any. |
ShadowGenerator |
CategoryPlot.getShadowGenerator()
Returns the shadow generator for the plot, if any. |
| Methods in org.jfree.chart.plot with parameters of type ShadowGenerator | |
|---|---|
void |
PiePlot.setShadowGenerator(ShadowGenerator generator)
Sets the shadow generator for the plot and sends a PlotChangeEvent to all registered listeners. |
void |
XYPlot.setShadowGenerator(ShadowGenerator generator)
Sets the shadow generator for the plot and sends a PlotChangeEvent to all registered listeners. |
void |
CategoryPlot.setShadowGenerator(ShadowGenerator generator)
Sets the shadow generator for the plot and sends a PlotChangeEvent to all registered listeners. |
| Uses of ShadowGenerator in org.jfree.chart.util |
|---|
| Classes in org.jfree.chart.util that implement ShadowGenerator | |
|---|---|
class |
DefaultShadowGenerator
A default implementation of the ShadowGenerator interface, based on
code in a
blog
post by Romain Guy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||