Package | Description |
---|---|
org.jfree.chart.plot | |
org.jfree.chart.util |
Modifier and Type | Method and Description |
---|---|
ShadowGenerator |
XYPlot.getShadowGenerator()
Returns the shadow generator for the plot, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
CombinedDomainXYPlot.setShadowGenerator(ShadowGenerator generator)
Sets the shadow generator for the plot (and all subplots) and sends
a
PlotChangeEvent to all registered listeners. |
void |
CombinedRangeXYPlot.setShadowGenerator(ShadowGenerator generator)
Sets the shadow generator for the plot (and all subplots) 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. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultShadowGenerator
A default implementation of the
ShadowGenerator interface, based on
code in a
blog
post by Romain Guy. |