Class LogTick

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class LogTick
    extends ValueTick
    A tick from a LogAxis.
    See Also:
    Serialized Form
    • Field Detail

      • attributedLabel

        java.text.AttributedString attributedLabel
        The attributed string for the tick label.
    • Constructor Detail

      • LogTick

        public LogTick​(TickType type,
                       double value,
                       java.text.AttributedString label,
                       TextAnchor textAnchor)
        Creates a new instance.
        Parameters:
        type - the type (major or minor tick, null not permitted).
        value - the value.
        label - the label (null permitted).
        textAnchor - the text anchor.
    • Method Detail

      • getAttributedLabel

        public java.text.AttributedString getAttributedLabel()
        Returns the attributed string for the tick label, or null if there is no label.
        Returns:
        The attributed string or null.