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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetAutoRange(boolean auto)
Sets a flag that determines whether or not the axis range is automatically adjusted to fit the data, and notifies registered listeners that the axis has been modified.
voidsetAutoRangeTimePeriodClass(Class c)
Sets the class used to create the first and last time periods for the axis range when the auto-range flag is set to true and sends an AxisChangeEvent to all registered listeners.
voidsetFirst(RegularTimePeriod first)
Sets the first time period in the axis range and sends an AxisChangeEvent to all registered listeners.
voidsetLabelInfo(PeriodAxisLabelInfo[] info)
Sets the array of label info records and sends an AxisChangeEvent to all registered listeners.
voidsetLast(RegularTimePeriod last)
Sets the last time period in the axis range and sends an AxisChangeEvent to all registered listeners.
voidsetMajorTickTimePeriodClass(Class c)
Sets the class that controls the spacing of the major tick marks, and sends an AxisChangeEvent to all registered listeners.
voidsetTickMarkOutsideLength(float length)
Sets the outside length of the tick marks and sends an AxisChangeEvent to all registered listeners.
voidsetTimeZone(TimeZone zone)
Sets the time zone that is used to convert the time periods into absolute milliseconds.