GWT 2.6.1

com.google.gwt.typedarrays.client
Class NativeImplEmulClamped

java.lang.Object
  extended by com.google.gwt.typedarrays.shared.TypedArrays.Impl
      extended by com.google.gwt.typedarrays.client.NativeImpl
          extended by com.google.gwt.typedarrays.client.NativeImplEmulClamped

public class NativeImplEmulClamped
extends NativeImpl

An implementation class used for browsers which provide native implementations of DataView but not Uint8ClampedArray.

Current versions of WebKit and Opera are such browsers.


Constructor Summary
NativeImplEmulClamped()
           
 
Method Summary
protected  boolean checkDataViewSupport()
           
protected  boolean checkUint8ClampedArraySupport()
           
 
Methods 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, runtimeSupportCheck
 
Methods inherited from class com.google.gwt.typedarrays.shared.TypedArrays.Impl
getElementCount, mightBeSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeImplEmulClamped

public NativeImplEmulClamped()
Method Detail

checkDataViewSupport

protected boolean checkDataViewSupport()
Overrides:
checkDataViewSupport in class NativeImpl

checkUint8ClampedArraySupport

protected boolean checkUint8ClampedArraySupport()
Overrides:
checkUint8ClampedArraySupport in class NativeImpl

GWT 2.6.1