Java org.jfree.chart.axis CyclicNumberAxis fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.axis CyclicNumberAxis fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

CyclicNumberAxis(double period, double offset)
Creates a CycleNumberAxis with the given period and offset.
CyclicNumberAxis(double period, String label)
Creates a named CycleNumberAxis with the given period.