Interface FloatArrayAccessor.FloatArrayMutator

All Known Subinterfaces:
FloatArrayAccessor.FloatArrayProperty
Enclosing interface:
FloatArrayAccessor

public static interface FloatArrayAccessor.FloatArrayMutator
Provides a mutator for a float array property.
  • Method Summary

    Modifier and Type Method Description
    void setFloats​(float[] aFloats)
    Sets the float array for the float array property.
  • Method Details

    • setFloats

      void setFloats​(float[] aFloats)
      Sets the float array for the float array property.
      Parameters:
      aFloats - The float array to be stored by the float array property.