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, getValue
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString
public 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
.Jas4pp 1.5 © Java Analysis Studio for Particle Physics