Uses of Class
com.google.gwt.typedarrays.client.Float32ArrayNative
Packages that use Float32ArrayNative
-
Uses of Float32ArrayNative in com.google.gwt.typedarrays.client
Methods in com.google.gwt.typedarrays.client that return Float32ArrayNativeModifier and TypeMethodDescriptionstatic Float32ArrayNativeFloat32ArrayNative.create(int length) static Float32ArrayNativeFloat32ArrayNative.create(ArrayBuffer buffer) static Float32ArrayNativeFloat32ArrayNative.create(ArrayBuffer buffer, int byteOffset) static Float32ArrayNativeFloat32ArrayNative.create(ArrayBuffer buffer, int byteOffset, int length) static Float32ArrayNativeJsUtils.createFloat32Array(JsArrayNumber array) NativeImpl.createFloat32Array(float[] array) NativeImpl.createFloat32Array(int length) NativeImpl.createFloat32Array(ArrayBuffer buffer) NativeImpl.createFloat32Array(ArrayBuffer buffer, int byteOffset) NativeImpl.createFloat32Array(ArrayBuffer buffer, int byteOffset, int length)