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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetAxislineExtended(boolean axislineExtended)
voidsetMaximumDate(Date maximumDate)
Sets the maximum date visible on the axis and sends an AxisChangeEvent to all registered listeners.
voidsetMinimumDate(Date date)
Sets the minimum date visible on the axis and sends an AxisChangeEvent to all registered listeners.
voidsetStartDate(Date startDate)
voidsetTickLabelsVisible(boolean flag)
Sets the flag that determines whether or not the tick labels are visible and sends an AxisChangeEvent to all registered listeners.