public class LogTick extends ValueTick
LogAxis.| Constructor and Description |
|---|
LogTick(TickType type,
double value,
AttributedString label,
org.jfree.ui.TextAnchor textAnchor)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
AttributedString |
getAttributedLabel()
Returns the attributed string for the tick label, or
null
if there is no label. |
equals, getTickType, getValueclone, getAngle, getRotationAnchor, getText, getTextAnchor, toStringpublic LogTick(TickType type, double value, AttributedString label, org.jfree.ui.TextAnchor textAnchor)
type - the type (major or minor tick, null not
permitted).value - the value.label - the label (null permitted).textAnchor - the text anchor.public AttributedString getAttributedLabel()
null
if there is no label.null.Copyright © 2001–2014 JFree.org. All rights reserved.