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 XYURLGenerator
ContourPlot. 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 void
ContourPlot. 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 XYURLGenerator
AbstractXYItemRenderer. getURLGenerator()
Returns the URL generator for HTML image maps.XYURLGenerator
XYItemRenderer. 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 void
AbstractXYItemRenderer. setURLGenerator(XYURLGenerator urlGenerator)
Sets the URL generator for HTML image maps.void
XYItemRenderer. 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 interface
XYZURLGenerator
Interface 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 class
CustomXYURLGenerator
A custom URL generator.class
StandardXYURLGenerator
A URL generator.class
StandardXYZURLGenerator
A URL generator.class
TimeSeriesURLGenerator
A URL generator.