protected class MacWebView.MacWebViewTexture extends WebViewTexture
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | textureUpdateFailedIndicates whether updating this  WebViewTexture'sOpenGL texture has failed. | 
flipVertically, frameSizeheight, texCoords, textureInitializationFailed, width| Constructor and Description | 
|---|
| MacWebViewTexture(java.awt.Dimension frameSize,
                 boolean useMipMaps) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | displayInTexture(DrawContext dc,
                com.jogamp.opengl.util.texture.Texture texture) | 
| protected void | updateIfNeeded(DrawContext dc) | 
bind, initializeTextureapplyInternalTransform, getHeight, getImageSource, getTexCoords, getTexture, getTextureFromCache, getWidth, initialize, isTextureCurrent, isTextureInitializationFailed, isUseAnisotropy, isUseMipMaps, setUseAnisotropyprotected boolean textureUpdateFailed
WebViewTexture's OpenGL texture has failed. When
 true, this WebViewTexture's stops attempting to update its texture. Initially
 false.public MacWebViewTexture(java.awt.Dimension frameSize,
                         boolean useMipMaps)
protected void displayInTexture(DrawContext dc, com.jogamp.opengl.util.texture.Texture texture)
protected void updateIfNeeded(DrawContext dc)
updateIfNeeded in class WebViewTexture