Package | Description |
---|---|
gov.nasa.worldwind.ogc.collada.impl |
Provides classes for rendering COLLADA documents.
|
gov.nasa.worldwind.ogc.kml.impl | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.symbology |
Provides classes for creating and displaying graphics from standard symbol sets.
|
gov.nasa.worldwind.util.tree |
A tree control drawn in the WorldWindow.
|
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.
|
gov.nasa.worldwindx.applications.antenna | |
gov.nasa.worldwindx.applications.sar | |
gov.nasa.worldwindx.examples.util |
Modifier and Type | Field and Description |
---|---|
protected WWTexture |
ColladaMeshShape.Geometry.texture
Texture applied to this geometry.
|
Modifier and Type | Method and Description |
---|---|
protected WWTexture |
ColladaMeshShape.getTexture(ColladaMeshShape.Geometry geometry)
Indicates the texture applied to this shape.
|
Modifier and Type | Method and Description |
---|---|
protected WWTexture |
KMLPointPlacemarkImpl.initializeTexture(java.lang.String address)
Load a texture.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicWWTexture
Basic implementation of a texture derived from an image source such as an image file or a
BufferedImage . |
class |
FBOTexture |
class |
FramebufferTexture |
class |
LazilyLoadedTexture
Represents a texture derived from a lazily loaded image source such as an image file or a
BufferedImage . |
Modifier and Type | Field and Description |
---|---|
protected WWTexture |
PointPlacemark.activeTexture |
protected WWTexture |
ExtrudedPolygon.capTexture
This shape's cap texture.
|
protected WWTexture |
SurfacePolygon.explicitTexture
If an image source was specified, this is the WWTexture form.
|
protected WWTexture |
SurfaceImage.generatedTexture |
protected WWTexture |
SurfaceImage.previousGeneratedTexture |
protected WWTexture |
SurfaceImage.previousSourceTexture |
protected WWTexture |
SurfaceImage.sourceTexture |
protected WWTexture |
FramebufferTexture.sourceTexture |
protected WWTexture |
SurfacePolygons.texture |
protected WWTexture |
SurfaceIcon.texture |
protected WWTexture |
Quadrilateral.texture |
protected WWTexture |
Polygon.texture
If an image source was specified, this is the WWTexture form.
|
protected WWTexture |
AbstractSurfaceShape.texture |
protected WWTexture |
AbstractBrowserBalloon.BrowserControl.texture |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.util.List<WWTexture>> |
ExtrudedPolygon.sideTextures
This shape's side textures.
|
protected java.util.List<WWTexture> |
ExtrudedPolygon.ExtrudedBoundaryInfo.sideTextures
The textures to apply to this boundary, one per face.
|
protected java.util.Map<java.lang.Integer,WWTexture> |
RigidShape.textures
The
WWTexture created for the image source, if any. |
protected java.util.Map<java.lang.String,WWTexture> |
PointPlacemark.textures |
Modifier and Type | Method and Description |
---|---|
protected WWTexture |
PointPlacemark.chooseTexture(PointPlacemarkAttributes attrs)
Determines the appropriate texture for the current availability.
|
WWTexture |
AnnotationAttributes.getBackgroundTexture(DrawContext dc)
Get the background image as a
WWTexture for the specified draw context. |
protected WWTexture |
ExtrudedPolygon.getCapTexture()
Get the texture applied to this extruded polygon's cap.
|
protected WWTexture |
AbstractSurfaceShape.getInteriorTexture() |
protected WWTexture |
SurfacePolygons.getTexture() |
protected WWTexture |
SurfaceIcon.getTexture() |
protected WWTexture |
Polygon.getTexture()
Get the texture applied to this polygon.
|
protected WWTexture |
AbstractBrowserBalloon.BrowserControl.getTexture() |
protected WWTexture |
RigidShape.getTexture(int index)
Returns the texture applied to this shape's #index piece of geometry.
|
protected WWTexture |
SurfaceImage.initializeGeneratedTexture(DrawContext dc) |
protected WWTexture |
PointPlacemark.initializeTexture(java.lang.String address)
Load a texture.
|
protected WWTexture |
AbstractShape.makeTexture(java.lang.Object imageSource)
Creates a
WWTexture for a specified image source. |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<WWTexture> |
ExtrudedPolygon.fillImageList(java.lang.Iterable<?> imageSources)
Creates texture object for a boundary's image sources.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAnnotation.applyBackgroundTextureState(DrawContext dc,
int width,
int height,
double opacity,
WWTexture texture) |
protected void |
SurfacePolygon.applyInteriorState(DrawContext dc,
SurfaceTileDrawContext sdc,
ShapeAttributes attributes,
WWTexture texture,
LatLon refLocation) |
protected void |
AbstractSurfaceShape.applyInteriorState(DrawContext dc,
SurfaceTileDrawContext sdc,
ShapeAttributes attributes,
WWTexture texture,
LatLon refLocation) |
protected void |
AbstractSurfaceShape.applyInteriorTextureState(DrawContext dc,
SurfaceTileDrawContext sdc,
ShapeAttributes attributes,
WWTexture texture,
LatLon refLocation) |
protected void |
AbstractAnnotation.doDrawBackgroundTexture(DrawContext dc,
int width,
int height,
double opacity,
Position pickPosition,
WWTexture texture) |
protected void |
RigidShape.setTexture(int index,
WWTexture texture)
Establishes the texture for this piece of the shape's geometry.
|
protected void |
AbstractAnnotation.transformBackgroundImageCoordsToAnnotationCoords(DrawContext dc,
int width,
int height,
WWTexture texture)
Transforms texture coordinates from Annotation background image coordinates to Annotation geometry coordinates
(in screen pixels), and applies the Annotation's image scale and image offset attributes.
|
protected void |
AbstractAnnotation.transformImageCoordsToBackgroundImageCoords(DrawContext dc,
WWTexture texture)
Transforms texture coordinates from standard GL image coordinates to Annotation background image coordinates.
|
Constructor and Description |
---|
FBOTexture(WWTexture imageSource,
Sector sector,
java.util.List<LatLon> corners) |
FramebufferTexture(WWTexture imageSource,
Sector sector,
java.util.List<LatLon> corners) |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractTacticalSymbol.IconTexture |
Modifier and Type | Field and Description |
---|---|
protected WWTexture |
AbstractTacticalSymbol.activeIconTexture |
protected WWTexture |
AbstractTacticalSymbol.iconTexture |
Modifier and Type | Method and Description |
---|---|
WWTexture |
TreeNode.getTexture()
Get the texture loaded for the node's icon.
|
Modifier and Type | Class and Description |
---|---|
protected class |
MacWebView.MacWebViewTexture |
class |
WebViewTexture |
protected class |
WindowsWebView.WindowsWebViewTexture |
Modifier and Type | Field and Description |
---|---|
protected WWTexture |
AbstractWebView.textureRep
The WebView's current texture representation.
|
Modifier and Type | Method and Description |
---|---|
protected WWTexture |
WindowsWebView.createTextureRepresentation(DrawContext dc)
Create a texture representation of the WebView.
|
protected WWTexture |
MacWebView.createTextureRepresentation(DrawContext dc) |
protected abstract WWTexture |
AbstractWebView.createTextureRepresentation(DrawContext dc)
Create a texture representation of the WebView.
|
WWTexture |
WebView.getTextureRepresentation(DrawContext dc)
Returns a layed out and rendered representation of the WebView's content as a
WWTexture . |
WWTexture |
AbstractWebView.getTextureRepresentation(DrawContext dc)
Returns a layed out and rendered representation of the WebView's content as a
WWTexture . |
Modifier and Type | Field and Description |
---|---|
protected WWTexture |
AntennaModel.texture |
Modifier and Type | Field and Description |
---|---|
protected WWTexture |
ElevationPlane.texture |
Modifier and Type | Method and Description |
---|---|
protected WWTexture |
ElevationPlane.getTexture() |
Modifier and Type | Field and Description |
---|---|
protected WWTexture |
ButtonAnnotation.pressedMaskTexture |
Modifier and Type | Method and Description |
---|---|
WWTexture |
ButtonAnnotation.getPressedMaskTexture() |
WWTexture |
ImageAnnotation.getTexture(DrawContext dc) |
Modifier and Type | Method and Description |
---|---|
protected void |
ImageAnnotation.applyBackgroundTextureState(DrawContext dc,
int width,
int height,
double opacity,
WWTexture texture) |
protected void |
ButtonAnnotation.applyBackgroundTextureState(DrawContext dc,
int width,
int height,
double opacity,
WWTexture texture) |
protected void |
ImageAnnotation.transformBackgroundImageCoordsToAnnotationCoords(DrawContext dc,
int width,
int height,
WWTexture texture) |
protected void |
DialogAnnotation.BusyImage.transformBackgroundImageCoordsToAnnotationCoords(DrawContext dc,
int width,
int height,
WWTexture texture) |