Class CurvePoint

    • Constructor Detail

      • CurvePoint

        public CurvePoint()
      • CurvePoint

        public CurvePoint​(CurvePoint source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLabel

        public String getLabel()
        Get 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"
        Returns:
        Label 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"
      • setLabel

        public void setLabel​(String Label)
        Set 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"
        Parameters:
        Label - 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"
      • getValue

        public String getValue()
        Get 当前坐标 Y轴的值
        Returns:
        Value 当前坐标 Y轴的值
      • setValue

        public void setValue​(String Value)
        Set 当前坐标 Y轴的值
        Parameters:
        Value - 当前坐标 Y轴的值
      • getTimestamp

        public String getTimestamp()
        Get 该坐标点时间戳
        Returns:
        Timestamp 该坐标点时间戳
      • setTimestamp

        public void setTimestamp​(String Timestamp)
        Set 该坐标点时间戳
        Parameters:
        Timestamp - 该坐标点时间戳