Class UiChartDataPoint2D

java.lang.Object
org.teamapps.dto.UiChartDataPoint2D
All Implemented Interfaces:
UiObject

public class UiChartDataPoint2D extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • x

      protected double x
    • y

      protected double y
  • Constructor Details

    • UiChartDataPoint2D

      @Deprecated public UiChartDataPoint2D()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiChartDataPoint2D

      public UiChartDataPoint2D(double x, double y)
  • Method Details