Class DateTick
java.lang.Object
org.jfree.chart.axis.Tick
org.jfree.chart.axis.ValueTick
org.jfree.chart.axis.DateTick
- All Implemented Interfaces:
Serializable, Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionDateTick(Date date, String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle) Creates a new date tick.DateTick(TickType tickType, Date date, String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle) Creates a new date tick. -
Method Summary
Methods inherited from class ValueTick
getTickType, getValueMethods inherited from class Tick
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString
-
Constructor Details
-
DateTick
public DateTick(Date date, String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle) Creates a new date tick.- Parameters:
date- the date.label- the label.textAnchor- the part of the label that is aligned to the anchor point.rotationAnchor- defines the rotation point relative to the text.angle- the rotation angle (in radians).
-
DateTick
public DateTick(TickType tickType, Date date, String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle) Creates a new date tick.- Parameters:
tickType- the tick type.date- the date.label- the label.textAnchor- the part of the label that is aligned to the anchor point.rotationAnchor- defines the rotation point relative to the text.angle- the rotation angle (in radians).- Since:
- 1.0.12
-
-
Method Details
-
getDate
-
equals
-
hashCode
-