Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.types.primitives

Class Vec4Primitive

  • java.lang.Object
    • com.thingworx.types.primitives.Vec4Primitive
    • Constructor Summary

      Constructors 
      Constructor and Description
      Vec4Primitive()


      Construct a new Vec4Primitive with a new Vec4 containing default values.
      Vec4Primitive(java.lang.Double x, java.lang.Double y, java.lang.Double z, java.lang.Double w)


      Construct a new Vec4Primitive with the provided x, y, z, and w values.
      Vec4Primitive(Vec4 vec4)


      Construct a new Vec4Primitive with a provided Vec4.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Vec4Primitive clone()


      Clone the current Vec4Primitive instance.
      int compare(Vec4Primitive v1, Vec4Primitive v2) 
      int compareTo(java.lang.Object value) 
      static Vec4Primitive convertFromObject(java.lang.Object data)


      Convert the incoming data Object to a Vec4Primitive from a String, Vec4, JSONObject, or HashMap.
      BaseTypes getBaseType()


      Get the BaseType associated to this Vec4Primitive.
      java.lang.Object getSerializedValue()


      Get a serialized String representation of this Vec4Primitive instance.
      java.lang.String getStringValue() 
      Vec4 getValue()


      Get this Vec4Primitive's instance value.
      void setValue(Vec4 value) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong