com.partnersoft.maps.model
Interface ImageSource

All Known Implementing Classes:
AbstractImageSource

public interface ImageSource


Method Summary
 OpenglTextureHandle addTexture(OpenglControl control)
          Adds the textureHandle to OpenglControl and returns the ID.
 java.awt.Image getImage()
           
 byte[] getImageBytes()
           
 void removeTexture()
          Removes the textureHandle from GLTextureManager.
 

Method Detail

getImage

java.awt.Image getImage()

getImageBytes

byte[] getImageBytes()

addTexture

OpenglTextureHandle addTexture(OpenglControl control)
Adds the textureHandle to OpenglControl and returns the ID.

Returns:

removeTexture

void removeTexture()
Removes the textureHandle from GLTextureManager.