Uses of Class
daoc.editor.image.Texture

Packages that use Texture
daoc.editor.model   
daoc.editor.ui.texture   
 

Uses of Texture in daoc.editor.model
 

Methods in daoc.editor.model that return Texture
 Texture CanvasManager.get(java.lang.String s)
           
 Texture TextureManager.get(java.lang.String s)
           
 

Methods in daoc.editor.model with parameters of type Texture
 void CanvasManager.put(Texture t)
           
 void TextureManager.put(Texture t)
           
 

Uses of Texture in daoc.editor.ui.texture
 

Methods in daoc.editor.ui.texture that return Texture
 Texture TexturePanel.getTexture()
          Returns the currently selected texture.
 

Methods in daoc.editor.ui.texture with parameters of type Texture
 void TexturePreviewPanel.setTexture(Texture texture)