Uses of Class
gov.nasa.worldwind.render.BasicWWTexture
-
Packages that use BasicWWTexture Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow. -
-
Uses of BasicWWTexture in gov.nasa.worldwind.ogc.kml.impl
Methods in gov.nasa.worldwind.ogc.kml.impl that return BasicWWTexture Modifier and Type Method Description protected BasicWWTexture
KMLScreenImageImpl. initializeTexture()
Create and initialize the texture from the image source. -
Uses of BasicWWTexture in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as BasicWWTexture Modifier and Type Field Description protected BasicWWTexture
UserFacingIcon. backgroundTexture
protected BasicWWTexture
UserFacingIcon. imageTexture
protected BasicWWTexture
ScreenImage. texture
Methods in gov.nasa.worldwind.render that return BasicWWTexture Modifier and Type Method Description BasicWWTexture
UserFacingIcon. getBackgroundTexture()
BasicWWTexture
WWIcon. getBackgroundTexture()
Returns theWWTexture
used to represent the icon's background texture.BasicWWTexture
UserFacingIcon. getImageTexture()
BasicWWTexture
WWIcon. getImageTexture()
Returns theWWTexture
used to represent the icon.protected BasicWWTexture
ScreenImage. getTexture()
Get the texture for this image.protected BasicWWTexture
ScreenImage. initializeTexture()
Create and initialize the texture from the image source. -
Uses of BasicWWTexture in gov.nasa.worldwind.util.tree
Fields in gov.nasa.worldwind.util.tree declared as BasicWWTexture Modifier and Type Field Description protected BasicWWTexture
BasicTreeNode. texture
protected BasicWWTexture
ScrollFrame. texture
Texture for the icon displayed in the frame title bar.Methods in gov.nasa.worldwind.util.tree that return BasicWWTexture Modifier and Type Method 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.
-