Class LogTick

All Implemented Interfaces:
Serializable, Cloneable

public class LogTick extends ValueTick
A tick from a LogAxis.
See Also:
  • Constructor Details

    • LogTick

      public LogTick(TickType type, double value, 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 Details

    • getAttributedLabel

      Returns the attributed string for the tick label, or null if there is no label.
      Returns:
      The attributed string or null.