类 TimeAxis

  • 所有已实现的接口:
    java.lang.Cloneable

    public class TimeAxis
    extends Axis
    implements java.lang.Cloneable
    作者:
    wyq
    • 构造器详细资料

      • TimeAxis

        public TimeAxis​(java.lang.String label,
                        boolean xAxis)
        Constructor
        参数:
        label - Axis label
        xAxis - If is x axis
      • TimeAxis

        public TimeAxis​(Axis axis)
        Constructor
        参数:
        axis - Axis
    • 方法详细资料

      • getTimeFormat

        public java.lang.String getTimeFormat()
        Get time format
        返回:
        Time format
      • setTimeFormat

        public void setTimeFormat​(java.lang.String value)
        Set time format
        参数:
        value -
      • getTimeUnit

        public TimeUnit getTimeUnit()
        Get time unit
        返回:
        Time unit
      • setTimeUnit

        public void setTimeUnit​(TimeUnit value)
        Set time unit
        参数:
        value - Time unit
      • isVarFormat

        public boolean isVarFormat()
        If variable time format
        返回:
        Boolean
      • setVarFormat

        public void setVarFormat​(boolean value)
        Set if variable format
        参数:
        value - Boolean
      • updateTickLabels

        public void updateTickLabels()
        Get tick labels
        覆盖:
        updateTickLabels 在类中 Axis
      • updateTickValues

        public void updateTickValues()
        Update time tick values
        覆盖:
        updateTickValues 在类中 Axis
      • updateTimeLabels_back

        public void updateTimeLabels_back()
        Update time labels
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        覆盖:
        clone 在类中 Axis
        抛出:
        java.lang.CloneNotSupportedException