Class UiLineGraphDataPoint

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

public class UiLineGraphDataPoint 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

    • UiLineGraphDataPoint

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

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