Uses of Interface
com.jrefinery.chart.urls.CategoryURLGenerator

Packages that use CategoryURLGenerator
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.urls Classes for adding URLS to charts for HTML image map generation. 
 

Uses of CategoryURLGenerator in com.jrefinery.chart
 

Methods in com.jrefinery.chart that return CategoryURLGenerator
 CategoryURLGenerator AbstractCategoryItemRenderer.getURLGenerator()
          Returns the URL generator for HTML image maps.
 

Methods in com.jrefinery.chart with parameters of type CategoryURLGenerator
 void AbstractCategoryItemRenderer.setURLGenerator(CategoryURLGenerator urlGenerator)
          Sets the URL generator for HTML image maps.
 

Constructors in com.jrefinery.chart with parameters of type CategoryURLGenerator
AbstractCategoryItemRenderer(CategoryURLGenerator urlGenerator)
          Constructs a new renderer with the specified URL generator.
AbstractCategoryItemRenderer(CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Constructs a new renderer with the specified tooltip generator.
BarRenderer(CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Constructs a bar renderer.
VerticalBarRenderer(CategoryURLGenerator urlGenerator)
          Constructs a renderer with a specific URL generator.
VerticalBarRenderer(CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Constructs a renderer with specific tool tip and URL generators.
HorizontalBarRenderer(CategoryURLGenerator urlGenerator)
          Constructs a new renderer with a specific URL generator.
HorizontalBarRenderer(CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Constructs a new renderer with a specific tool tip generator.
AreaCategoryItemRenderer(CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Creates a new renderer.
HorizontalIntervalBarRenderer(CategoryURLGenerator urlGenerator)
          Constructs a new renderer with the specified tool tip generator.
HorizontalIntervalBarRenderer(CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Constructs a new renderer with the specified tool tip generator.
HorizontalShapeRenderer(int type, int labelPosition, CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Constructs a renderer of the specified type.
LineAndShapeRenderer(int type, int labelPosition, CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Constructs a renderer of the specified type.
VerticalStatisticalBarRenderer(CategoryURLGenerator urlGenerator)
          Creates a new renderer with the specified URL generator.
VerticalStatisticalBarRenderer(CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Creates a new renderer with the specified tool tip generator.
HorizontalBarRenderer3D(double effect3d, CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Constructs a new renderer.
VerticalIntervalBarRenderer(CategoryURLGenerator urlGenerator)
          Constructs a new renderer.
VerticalIntervalBarRenderer(CategoryToolTipGenerator toolTipGenerator, CategoryURLGenerator urlGenerator)
          Constructs a new renderer.
 

Uses of CategoryURLGenerator in com.jrefinery.chart.urls
 

Classes in com.jrefinery.chart.urls that implement CategoryURLGenerator
 class StandardCategoryURLGenerator
          A URL generator.