Java org.jfree.chart.urls StandardCategoryURLGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.urls StandardCategoryURLGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.urls StandardCategoryURLGenerator.

The text is from its open source code.

Subclass

org.jfree.chart.urls.StandardCategoryURLGenerator has subclasses.
Click this link to see all its subclasses.

Constructor

StandardCategoryURLGenerator(String prefix)
Constructor that overrides default prefix to the URL.
StandardCategoryURLGenerator()
Creates a new generator with default settings.
StandardCategoryURLGenerator(String prefix, String seriesParameterName, String categoryParameterName)
Constructor that overrides all the defaults.