Klasse UiChartDataPoint3D

java.lang.Object
org.teamapps.dto.UiChartDataPoint3D
Alle implementierten Schnittstellen:
UiObject

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

    • x

      protected double x
    • y

      protected double y
    • z

      protected double z
  • Konstruktordetails

    • UiChartDataPoint3D

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

      public UiChartDataPoint3D(double x, double y, double z)
  • Methodendetails

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Angegeben von:
      getUiObjectType in Schnittstelle UiObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getX

      public double getX()
    • getY

      public double getY()
    • getZ

      public double getZ()