Documentation of 'org.jfree.chart.axis.LogTick' Java class
LogTick
org.jfree.chart.axis

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
    • 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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.