Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml.impl | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.util.tree |
A tree control drawn in the world window.
|
gov.nasa.worldwind.util.webview |
Provides classes for loading web content, laying out and rendering the content as an OpenGL texture, and interacting
with the rendered content.
|
Modifier and Type | Method and Description |
---|---|
protected BasicWWTexture |
KMLScreenImageImpl.initializeTexture()
Create and initialize the texture from the image source.
|
Modifier and Type | Field and Description |
---|---|
protected BasicWWTexture |
UserFacingIcon.backgroundTexture |
protected BasicWWTexture |
UserFacingIcon.imageTexture |
protected BasicWWTexture |
ScreenImage.texture |
Modifier and Type | Method and Description |
---|---|
BasicWWTexture |
WWIcon.getBackgroundTexture()
Returns the
WWTexture used to represent the icon's background texture. |
BasicWWTexture |
UserFacingIcon.getBackgroundTexture() |
BasicWWTexture |
WWIcon.getImageTexture()
Returns the
WWTexture used to represent the icon. |
BasicWWTexture |
UserFacingIcon.getImageTexture() |
protected BasicWWTexture |
ScreenImage.getTexture()
Get the texture for this image.
|
protected BasicWWTexture |
ScreenImage.initializeTexture()
Create and initialize the texture from the image source.
|
Modifier and Type | Field and Description |
---|---|
protected BasicWWTexture |
BasicTreeNode.texture |
protected BasicWWTexture |
ScrollFrame.texture
Texture for the icon displayed in the frame title bar.
|
Modifier and Type | Method and Description |
---|---|
BasicWWTexture |
BasicTreeNode.getTexture()
Get the texture loaded for the node's icon.
|
protected BasicWWTexture |
ScrollFrame.getTexture()
Get the texture loaded for the icon image source.
|
protected BasicWWTexture |
ScrollFrame.initializeTexture()
Create and initialize the texture from the image source.
|
Modifier and Type | Class and Description |
---|---|
protected class |
MacWebView.MacWebViewTexture |
class |
WebViewTexture |
protected class |
WindowsWebView.WindowsWebViewTexture |