Uses of Interface
org.jfree.chart.urls.XYURLGenerator
| Package | Description |
|---|---|
| org.jfree.chart.renderer |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
| org.jfree.chart.urls |
Classes for adding URLS to charts for HTML image map generation.
|
-
Uses of XYURLGenerator in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return XYURLGenerator Modifier and Type Method Description XYURLGeneratorDefaultPolarItemRenderer. getURLGenerator()Returns the URL generator.XYURLGeneratorPolarItemRenderer. getURLGenerator()Returns the URL generator for HTML image maps.Methods in org.jfree.chart.renderer with parameters of type XYURLGenerator Modifier and Type Method Description voidDefaultPolarItemRenderer. setURLGenerator(XYURLGenerator urlGenerator)Sets the URL generator.voidPolarItemRenderer. setURLGenerator(XYURLGenerator urlGenerator)Sets the URL generator for HTML image maps. -
Uses of XYURLGenerator in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy that return XYURLGenerator Modifier and Type Method Description XYURLGeneratorAbstractXYItemRenderer. getURLGenerator()Returns the URL generator for HTML image maps.XYURLGeneratorXYItemRenderer. getURLGenerator()Returns the URL generator for HTML image maps.Methods in org.jfree.chart.renderer.xy with parameters of type XYURLGenerator Modifier and Type Method Description voidAbstractXYItemRenderer. setURLGenerator(XYURLGenerator urlGenerator)Sets the URL generator for HTML image maps and sends aRendererChangeEventto all registered listeners.voidXYItemRenderer. setURLGenerator(XYURLGenerator urlGenerator)Sets the URL generator for HTML image maps.Constructors in org.jfree.chart.renderer.xy with parameters of type XYURLGenerator Constructor Description CyclicXYItemRenderer(int type, XYToolTipGenerator labelGenerator, XYURLGenerator urlGenerator)Creates a new renderer.StackedXYAreaRenderer(int type, XYToolTipGenerator labelGenerator, XYURLGenerator urlGenerator)Constructs a new renderer.StackedXYAreaRenderer2(XYToolTipGenerator labelGenerator, XYURLGenerator urlGenerator)Constructs a new renderer.StandardXYItemRenderer(int type, XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator)Constructs a new renderer.XYAreaRenderer(int type, XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator)Constructs a new renderer.XYAreaRenderer2(XYToolTipGenerator labelGenerator, XYURLGenerator urlGenerator)Constructs a new renderer.XYStepAreaRenderer(int type, XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator)Constructs a new renderer.XYStepRenderer(XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator)Constructs a new renderer with the specified tool tip and URL generators. -
Uses of XYURLGenerator in org.jfree.chart.urls
Subinterfaces of XYURLGenerator in org.jfree.chart.urls Modifier and Type Interface Description interfaceXYZURLGeneratorInterface for a URL generator for plots that uses data from anXYZDataset.Classes in org.jfree.chart.urls that implement XYURLGenerator Modifier and Type Class Description classCustomXYURLGeneratorA custom URL generator.classStandardXYURLGeneratorA URL generator.classStandardXYZURLGeneratorA URL generator.classTimeSeriesURLGeneratorA URL generator for time series charts.