public class JsWebGLContextAttributes extends JsElementalMixinBase implements WebGLContextAttributes
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsWebGLContextAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAlpha() |
boolean |
isAntialias() |
boolean |
isDepth() |
boolean |
isPremultipliedAlpha() |
boolean |
isPreserveDrawingBuffer() |
boolean |
isStencil() |
void |
setAlpha(boolean param_alpha) |
void |
setAntialias(boolean param_antialias) |
void |
setDepth(boolean param_depth) |
void |
setPremultipliedAlpha(boolean param_premultipliedAlpha) |
void |
setPreserveDrawingBuffer(boolean param_preserveDrawingBuffer) |
void |
setStencil(boolean param_stencil) |
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
intAt, length
numberAt
public final boolean isAlpha()
isAlpha
in interface WebGLContextAttributes
public final void setAlpha(boolean param_alpha)
setAlpha
in interface WebGLContextAttributes
public final boolean isAntialias()
isAntialias
in interface WebGLContextAttributes
public final void setAntialias(boolean param_antialias)
setAntialias
in interface WebGLContextAttributes
public final boolean isDepth()
isDepth
in interface WebGLContextAttributes
public final void setDepth(boolean param_depth)
setDepth
in interface WebGLContextAttributes
public final boolean isPremultipliedAlpha()
isPremultipliedAlpha
in interface WebGLContextAttributes
public final void setPremultipliedAlpha(boolean param_premultipliedAlpha)
setPremultipliedAlpha
in interface WebGLContextAttributes
public final boolean isPreserveDrawingBuffer()
isPreserveDrawingBuffer
in interface WebGLContextAttributes
public final void setPreserveDrawingBuffer(boolean param_preserveDrawingBuffer)
setPreserveDrawingBuffer
in interface WebGLContextAttributes
public final boolean isStencil()
isStencil
in interface WebGLContextAttributes
public final void setStencil(boolean param_stencil)
setStencil
in interface WebGLContextAttributes
Copyright © 2018. All rights reserved.