Example usage for org.jfree.chart.axis AxisConstants interface-usage

List of usage examples for org.jfree.chart.axis AxisConstants interface-usage

Introduction

In this page you can find the example usage for org.jfree.chart.axis AxisConstants interface-usage.

Usage

From source file de.laures.cewolf.taglib.CewolfChartFactory.java

/**
 * Chart factory creates Jfreechart instances. To add a new factory use the
 * <code>
 *       CewolfChartFactory.registerFactory(new CewolfChartFactory() {...});
 * </code>
 * method.