Uses of Interface
gov.nasa.worldwind.render.WWTexture
- 
Packages that use WWTexture 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 
- 
- 
Uses of WWTexture in gov.nasa.worldwind.ogc.collada.implFields in gov.nasa.worldwind.ogc.collada.impl declared as WWTexture Modifier and Type Field Description protected WWTextureColladaMeshShape.Geometry. textureTexture applied to this geometry.Methods in gov.nasa.worldwind.ogc.collada.impl that return WWTexture Modifier and Type Method Description protected WWTextureColladaMeshShape. getTexture(ColladaMeshShape.Geometry geometry)Indicates the texture applied to this shape.
- 
Uses of WWTexture in gov.nasa.worldwind.ogc.kml.implMethods in gov.nasa.worldwind.ogc.kml.impl that return WWTexture Modifier and Type Method Description protected WWTextureKMLPointPlacemarkImpl. initializeTexture(java.lang.String address)Load a texture.
- 
Uses of WWTexture in gov.nasa.worldwind.renderClasses in gov.nasa.worldwind.render that implement WWTexture Modifier and Type Class Description classBasicWWTextureBasic implementation of a texture derived from an image source such as an image file or aBufferedImage.classFBOTextureclassFramebufferTextureclassLazilyLoadedTextureRepresents a texture derived from a lazily loaded image source such as an image file or aBufferedImage.Fields in gov.nasa.worldwind.render declared as WWTexture Modifier and Type Field Description protected WWTexturePointPlacemark. activeTextureprotected WWTextureExtrudedPolygon. capTextureThis shape's cap texture.protected WWTextureSurfacePolygon. explicitTextureIf an image source was specified, this is the WWTexture form.protected WWTextureSurfaceImage. generatedTextureprotected WWTextureSurfaceImage. previousGeneratedTextureprotected WWTextureSurfaceImage. previousSourceTextureprotected WWTextureFramebufferTexture. sourceTextureprotected WWTextureSurfaceImage. sourceTextureprotected WWTextureAbstractBrowserBalloon.BrowserControl. textureprotected WWTextureAbstractSurfaceShape. textureprotected WWTexturePolygon. textureIf an image source was specified, this is the WWTexture form.protected WWTextureQuadrilateral. textureprotected WWTextureSurfaceIcon. textureprotected WWTextureSurfacePolygons. textureFields in gov.nasa.worldwind.render with type parameters of type WWTexture Modifier and Type Field Description protected java.util.List<WWTexture>ExtrudedPolygon.ExtrudedBoundaryInfo. sideTexturesThe textures to apply to this boundary, one per face.protected java.util.List<java.util.List<WWTexture>>ExtrudedPolygon. sideTexturesThis shape's side textures.protected java.util.Map<java.lang.String,WWTexture>PointPlacemark. texturesprotected java.util.Map<java.lang.Integer,WWTexture>RigidShape. texturesTheWWTexturecreated for the image source, if any.Methods in gov.nasa.worldwind.render that return WWTexture Modifier and Type Method Description protected WWTexturePointPlacemark. chooseTexture(PointPlacemarkAttributes attrs)Determines the appropriate texture for the current availability.WWTextureAnnotationAttributes. getBackgroundTexture(DrawContext dc)Get the background image as aWWTexturefor the specified draw context.protected WWTextureExtrudedPolygon. getCapTexture()Get the texture applied to this extruded polygon's cap.protected WWTextureAbstractSurfaceShape. getInteriorTexture()protected WWTextureAbstractBrowserBalloon.BrowserControl. getTexture()protected WWTexturePolygon. getTexture()Get the texture applied to this polygon.protected WWTextureRigidShape. getTexture(int index)Returns the texture applied to this shape's #index piece of geometry.protected WWTextureSurfaceIcon. getTexture()protected WWTextureSurfacePolygons. getTexture()protected WWTextureSurfaceImage. initializeGeneratedTexture(DrawContext dc)protected WWTexturePointPlacemark. initializeTexture(java.lang.String address)Load a texture.protected WWTextureAbstractShape. makeTexture(java.lang.Object imageSource)Creates aWWTexturefor a specified image source.Methods in gov.nasa.worldwind.render that return types with arguments of type WWTexture Modifier and Type Method Description protected java.util.List<WWTexture>ExtrudedPolygon. fillImageList(java.lang.Iterable<?> imageSources)Creates texture object for a boundary's image sources.Methods in gov.nasa.worldwind.render with parameters of type WWTexture Modifier and Type Method Description protected voidAbstractAnnotation. applyBackgroundTextureState(DrawContext dc, int width, int height, double opacity, WWTexture texture)protected voidAbstractSurfaceShape. applyInteriorState(DrawContext dc, SurfaceTileDrawContext sdc, ShapeAttributes attributes, WWTexture texture, LatLon refLocation)protected voidSurfacePolygon. applyInteriorState(DrawContext dc, SurfaceTileDrawContext sdc, ShapeAttributes attributes, WWTexture texture, LatLon refLocation)protected voidAbstractSurfaceShape. applyInteriorTextureState(DrawContext dc, SurfaceTileDrawContext sdc, ShapeAttributes attributes, WWTexture texture, LatLon refLocation)protected voidAbstractAnnotation. doDrawBackgroundTexture(DrawContext dc, int width, int height, double opacity, Position pickPosition, WWTexture texture)protected voidRigidShape. setTexture(int index, WWTexture texture)Establishes the texture for this piece of the shape's geometry.protected voidAbstractAnnotation. 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 voidAbstractAnnotation. transformImageCoordsToBackgroundImageCoords(DrawContext dc, WWTexture texture)Transforms texture coordinates from standard GL image coordinates to Annotation background image coordinates.Constructors in gov.nasa.worldwind.render with parameters of type WWTexture Constructor Description FBOTexture(WWTexture imageSource, Sector sector, java.util.List<LatLon> corners)FramebufferTexture(WWTexture imageSource, Sector sector, java.util.List<LatLon> corners)
- 
Uses of WWTexture in gov.nasa.worldwind.symbologyClasses in gov.nasa.worldwind.symbology that implement WWTexture Modifier and Type Class Description protected static classAbstractTacticalSymbol.IconTextureFields in gov.nasa.worldwind.symbology declared as WWTexture Modifier and Type Field Description protected WWTextureAbstractTacticalSymbol. activeIconTextureprotected WWTextureAbstractTacticalSymbol. iconTexture
- 
Uses of WWTexture in gov.nasa.worldwind.util.treeMethods in gov.nasa.worldwind.util.tree that return WWTexture Modifier and Type Method Description WWTextureTreeNode. getTexture()Get the texture loaded for the node's icon.
- 
Uses of WWTexture in gov.nasa.worldwind.util.webviewFields in gov.nasa.worldwind.util.webview declared as WWTexture Modifier and Type Field Description protected WWTextureAbstractWebView. textureRepDeprecated.The WebView's current texture representation.Methods in gov.nasa.worldwind.util.webview that return WWTexture Modifier and Type Method Description protected abstract WWTextureAbstractWebView. createTextureRepresentation(DrawContext dc)Deprecated.Create a texture representation of the WebView.protected WWTextureMacWebView. createTextureRepresentation(DrawContext dc)Deprecated.protected WWTextureWindowsWebView. createTextureRepresentation(DrawContext dc)Deprecated.Create a texture representation of the WebView.WWTextureAbstractWebView. getTextureRepresentation(DrawContext dc)Deprecated.Returns a layed out and rendered representation of the WebView's content as aWWTexture.WWTextureWebView. getTextureRepresentation(DrawContext dc)Deprecated.Returns a layed out and rendered representation of the WebView's content as aWWTexture.
- 
Uses of WWTexture in gov.nasa.worldwindx.applications.antennaFields in gov.nasa.worldwindx.applications.antenna declared as WWTexture Modifier and Type Field Description protected WWTextureAntennaModel. texture
- 
Uses of WWTexture in gov.nasa.worldwindx.applications.sarFields in gov.nasa.worldwindx.applications.sar declared as WWTexture Modifier and Type Field Description protected WWTextureElevationPlane. textureMethods in gov.nasa.worldwindx.applications.sar that return WWTexture Modifier and Type Method Description protected WWTextureElevationPlane. getTexture()
- 
Uses of WWTexture in gov.nasa.worldwindx.examples.utilFields in gov.nasa.worldwindx.examples.util declared as WWTexture Modifier and Type Field Description protected WWTextureButtonAnnotation. pressedMaskTextureMethods in gov.nasa.worldwindx.examples.util that return WWTexture Modifier and Type Method Description WWTextureButtonAnnotation. getPressedMaskTexture()WWTextureImageAnnotation. getTexture(DrawContext dc)Methods in gov.nasa.worldwindx.examples.util with parameters of type WWTexture Modifier and Type Method Description protected voidButtonAnnotation. applyBackgroundTextureState(DrawContext dc, int width, int height, double opacity, WWTexture texture)protected voidImageAnnotation. applyBackgroundTextureState(DrawContext dc, int width, int height, double opacity, WWTexture texture)protected voidDialogAnnotation.BusyImage. transformBackgroundImageCoordsToAnnotationCoords(DrawContext dc, int width, int height, WWTexture texture)protected voidImageAnnotation. transformBackgroundImageCoordsToAnnotationCoords(DrawContext dc, int width, int height, WWTexture texture)
 
-