Class UiChartDataPoint2D

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

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

    Fields
    Modifier and Type Field Description
    protected double x  
    protected double y  
  • Constructor Summary

    Constructors
    Constructor Description
    UiChartDataPoint2D()
    Deprecated.
    Only for Jackson deserialization.
    UiChartDataPoint2D​(double x, double y)  
  • Method Summary

    Modifier and Type Method Description
    UiObjectType getUiObjectType()  
    double getX()  
    double getY()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getX

      public double getX()
    • getY

      public double getY()