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

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

Introduction

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

The text is from its open source code.

Method

doublegetAngle()
Returns the angle.
TextAnchorgetRotationAnchor()
Returns the text anchor that defines the point around which the label is rotated.
StringgetText()
Returns the text version of the tick value.
TextAnchorgetTextAnchor()
Returns the text anchor.
TickTypegetTickType()
Returns the tick type (major or minor).
doublegetValue()
Returns the value.