public class WebViewTexture extends BasicWWTexture
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | flipVertically | 
| protected Dimension | frameSize | 
height, texCoords, textureInitializationFailed, width| Constructor and Description | 
|---|
| WebViewTexture(Dimension frameSize,
              boolean useMipMaps,
              boolean flipVertically) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | bind(DrawContext dc)Makes this texture the current texture for rendering. | 
| protected Texture | initializeTexture(DrawContext dc,
                 Object imageSource) | 
| protected void | updateIfNeeded(DrawContext dc) | 
applyInternalTransform, getHeight, getImageSource, getTexCoords, getTexture, getTextureFromCache, getWidth, initialize, isTextureCurrent, isTextureInitializationFailed, isUseAnisotropy, isUseMipMaps, setUseAnisotropyprotected boolean flipVertically
protected Dimension frameSize
public WebViewTexture(Dimension frameSize, boolean useMipMaps, boolean flipVertically)
public boolean bind(DrawContext dc)
WWTexturebind in interface WWTexturebind in class BasicWWTexturedc - the current draw context.protected Texture initializeTexture(DrawContext dc, Object imageSource)
initializeTexture in class BasicWWTextureprotected void updateIfNeeded(DrawContext dc)