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

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

Introduction

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

The text is from its open source code.

Constructor

AxisState()
Creates a new axis state.
AxisState(double cursor)
Creates a new axis state.

Method

voidcursorDown(double units)
Moves the cursor down by the specified number of Java 2D units.
voidcursorLeft(double units)
Moves the cursor left by the specified number of Java 2D units.
voidcursorRight(double units)
Moves the cursor right by the specified number of Java 2D units.
voidcursorUp(double units)
Moves the cursor up by the specified number of Java 2D units.
doublegetCursor()
Returns the cursor position.
doublegetMax()
Returns the maximum width/height.
ListgetTicks()
Returns the list of ticks.
voidsetMax(double max)
Sets the maximum width/height.
voidsetTicks(List ticks)
Sets the list of ticks.