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

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

Introduction

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

The text is from its open source code.

Field

intYEAR
A constant for years.
intMONTH
A constant for months.
intDAY
A constant for days.
intHOUR
A constant for hours.
intMINUTE
A constant for minutes.
intSECOND
A constant for seconds.
intMILLISECOND
A constant for milliseconds.

Constructor

Method

DateaddToDate(Date base)
Calculates a new date by adding this unit to the base date, with calculations performed in the default timezone and locale.
DateaddToDate(Date base, TimeZone zone)
Calculates a new date by adding this unit to the base date.
intgetCalendarField()
Returns a field code that can be used with the Calendar class.
intgetUnit()
Returns the date unit.
DaterollDate(Date base)
Rolls the date forward by the amount specified by the roll unit and count.
DaterollDate(Date base, TimeZone zone)
Rolls the date forward by the amount specified by the roll unit and count.