NASA World Wind

gov.nasa.worldwind.render
Interface WWTexture

All Known Implementing Classes:
BasicWWTexture, FBOTexture, FramebufferTexture

public interface WWTexture


Method Summary
 void applyInternalTransform(DrawContext dc)
           
 boolean bind(DrawContext dc)
           
 int getHeight()
           
 Object getImageSource()
           
 int getWidth()
           
 boolean isTextureCurrent(DrawContext dc)
           
 

Method Detail

applyInternalTransform

void applyInternalTransform(DrawContext dc)

bind

boolean bind(DrawContext dc)

getHeight

int getHeight()

getImageSource

Object getImageSource()

getWidth

int getWidth()

isTextureCurrent

boolean isTextureCurrent(DrawContext dc)

NASA World Wind