Package org.jfree.chart.axis
Class LogTick
java.lang.Object
org.jfree.chart.axis.Tick
org.jfree.chart.axis.ValueTick
org.jfree.chart.axis.LogTick
- All Implemented Interfaces:
Serializable,Cloneable
A tick from a
LogAxis.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogTick(TickType type, double value, AttributedString label, TextAnchor textAnchor) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the attributed string for the tick label, ornullif there is no label.Methods inherited from class org.jfree.chart.axis.ValueTick
equals, getTickType, getValueMethods inherited from class org.jfree.chart.axis.Tick
canEqual, clone, getAngle, getRotationAnchor, getText, getTextAnchor, hashCode, toString
-
Constructor Details
-
LogTick
Creates a new instance.- Parameters:
type- the type (major or minor tick,nullnot permitted).value- the value.label- the label (nullpermitted).textAnchor- the text anchor.
-
-
Method Details
-
getAttributedLabel
Returns the attributed string for the tick label, ornullif there is no label.- Returns:
- The attributed string or
null.
-