public class WebGLContextAttributes extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
alpha |
Objs.Property<Boolean> |
antialias |
Objs.Property<Boolean> |
depth |
Objs.Property<Boolean> |
premultipliedAlpha |
Objs.Property<Boolean> |
preserveDrawingBuffer |
Objs.Property<Boolean> |
stencil |
Modifier | Constructor and Description |
---|---|
protected |
WebGLContextAttributes(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static WebGLContextAttributes |
$as(Object obj) |
Boolean |
alpha() |
Boolean |
antialias() |
Boolean |
depth() |
Boolean |
premultipliedAlpha() |
Boolean |
preserveDrawingBuffer() |
Boolean |
stencil() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Boolean> alpha
public Objs.Property<Boolean> depth
public Objs.Property<Boolean> stencil
public Objs.Property<Boolean> antialias
public Objs.Property<Boolean> premultipliedAlpha
public Objs.Property<Boolean> preserveDrawingBuffer
protected WebGLContextAttributes(Objs.Constructor<?> c, Object js)
public static WebGLContextAttributes $as(Object obj)
public Boolean alpha()
public Boolean depth()
public Boolean stencil()
public Boolean antialias()
public Boolean premultipliedAlpha()
public Boolean preserveDrawingBuffer()
Copyright © 2018. All rights reserved.