public class LogTick extends ValueTick
LogAxis
.Modifier and Type | Field and Description |
---|---|
(package private) java.text.AttributedString |
attributedLabel
The attributed string for the tick label.
|
Constructor and Description |
---|
LogTick(TickType type,
double value,
java.text.AttributedString label,
TextAnchor textAnchor)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.text.AttributedString |
getAttributedLabel()
Returns the attributed string for the tick label, or
null
if there is no label. |
equals, getTickType, getValue
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString
java.text.AttributedString attributedLabel
public LogTick(TickType type, double value, java.text.AttributedString label, TextAnchor textAnchor)
type
- the type (major or minor tick, null
not
permitted).value
- the value.label
- the label (null
permitted).textAnchor
- the text anchor.