Uses of Interface
org.jfree.chart.urls.XYURLGenerator
| Package | Description |
|---|---|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
| org.jfree.chart.urls |
Classes for adding URLS to charts for HTML image map generation.
|
-
Uses of XYURLGenerator in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return XYURLGenerator Modifier and Type Method Description XYURLGeneratorContourPlot. getURLGenerator()Returns the URL generator for HTML image maps.Methods in org.jfree.chart.plot with parameters of type XYURLGenerator Modifier and Type Method Description voidContourPlot. setURLGenerator(XYURLGenerator urlGenerator)Sets the URL generator for HTML image maps. -
Uses of XYURLGenerator in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer 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 with parameters of type XYURLGenerator Modifier and Type Method Description voidAbstractXYItemRenderer. setURLGenerator(XYURLGenerator urlGenerator)Sets the URL generator for HTML image maps.voidXYItemRenderer. setURLGenerator(XYURLGenerator urlGenerator)Sets the URL generator for HTML image maps.Constructors in org.jfree.chart.renderer with parameters of type XYURLGenerator Constructor Description AreaXYRenderer(int type, XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator)Deprecated.Constructs a new renderer.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 labelGenerator, 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. -
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.