Interface Axis

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicAxis

public interface Axis extends Serializable
  • Method Details

    • setText

      void setText(String label)
    • getText

      String getText()
    • getAxisType

      Axis.Type getAxisType()
    • setAxisType

      void setAxisType(Axis.Type axisType)
    • getMax

      double getMax()
    • getMin

      double getMin()
    • setMin

      void setMin(double min)
    • setMax

      void setMax(double max)
    • getTickFormat

      Axis.TickFormat getTickFormat()
    • setTickFormat

      void setTickFormat(Axis.TickFormat tickFormat)
    • getTickFormatString

      String getTickFormatString()
    • setTickFormatString

      void setTickFormatString(String tickFormat)