Class LogTick

    • Constructor Detail

      • LogTick

        public LogTick​(TickType type,
                       double value,
                       java.text.AttributedString label,
                       org.jfree.ui.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.