Class CustomTrainingPoint

    • Constructor Detail

      • CustomTrainingPoint

        public CustomTrainingPoint()
      • CustomTrainingPoint

        public CustomTrainingPoint​(CustomTrainingPoint 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

      • getXValue

        public Float getXValue()
        Get X值
        Returns:
        XValue X值
      • setXValue

        public void setXValue​(Float XValue)
        Set X值
        Parameters:
        XValue - X值
      • getYValue

        public Float getYValue()
        Get Y值
        Returns:
        YValue Y值
      • setYValue

        public void setYValue​(Float YValue)
        Set Y值
        Parameters:
        YValue - Y值