Class NativeImplFull
java.lang.Object
com.google.gwt.typedarrays.shared.TypedArrays.Impl
com.google.gwt.typedarrays.client.NativeImpl
com.google.gwt.typedarrays.client.NativeImplFull
An implementation class used for browsers which provide full native
implementations of all typed array classes.
IE11, Firefox are such browsers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected booleanMethods inherited from class com.google.gwt.typedarrays.client.NativeImpl
createArrayBuffer, createDataView, createDataView, createDataView, createFloat32Array, createFloat32Array, createFloat32Array, createFloat32Array, createFloat32Array, createFloat64Array, createFloat64Array, createFloat64Array, createFloat64Array, createFloat64Array, createInt16Array, createInt16Array, createInt16Array, createInt16Array, createInt16Array, createInt32Array, createInt32Array, createInt32Array, createInt32Array, createInt32Array, createInt8Array, createInt8Array, createInt8Array, createInt8Array, createInt8Array, createUint16Array, createUint16Array, createUint16Array, createUint16Array, createUint16Array, createUint32Array, createUint32Array, createUint32Array, createUint32Array, createUint32Array, createUint32Array, createUint8Array, createUint8Array, createUint8Array, createUint8Array, createUint8Array, createUint8ClampedArray, createUint8ClampedArray, createUint8ClampedArray, createUint8ClampedArray, createUint8ClampedArray, runtimeSupportCheckMethods inherited from class com.google.gwt.typedarrays.shared.TypedArrays.Impl
getElementCount, mightBeSupported
-
Constructor Details
-
NativeImplFull
public NativeImplFull()
-
-
Method Details
-
checkDataViewSupport
protected boolean checkDataViewSupport()- Overrides:
checkDataViewSupportin classNativeImpl
-
checkUint8ClampedArraySupport
protected boolean checkUint8ClampedArraySupport()- Overrides:
checkUint8ClampedArraySupportin classNativeImpl
-