Class UiChartDataPoint3D

  • All Implemented Interfaces:
    UiObject

    public class UiChartDataPoint3D
    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  
      protected double z  
    • Constructor Summary

      Constructors 
      Constructor Description
      UiChartDataPoint3D()
      Deprecated.
      Only for Jackson deserialization.
      UiChartDataPoint3D​(double x, double y, double z)  
    • Field Detail

      • x

        protected double x
      • y

        protected double y
      • z

        protected double z
    • Constructor Detail

      • UiChartDataPoint3D

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

        public UiChartDataPoint3D​(double x,
                                  double y,
                                  double z)
    • Method Detail

      • toString

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

        public double getX()
      • getY

        public double getY()
      • getZ

        public double getZ()