Uses of Class
daoc.editor.ui.texture.TextureRect

Packages that use TextureRect
daoc.editor.ui.texture   
 

Uses of TextureRect in daoc.editor.ui.texture
 

Methods in daoc.editor.ui.texture that return TextureRect
 TextureRect TextureStack.select(int x, int y)
           
 TextureRect[] TextureStack.getRects()
          Returns an ordered array of texture panels
 

Methods in daoc.editor.ui.texture with parameters of type TextureRect
 void TextureStack.moveToFront(TextureRect p)
          Moves the given rect to the front of the stack.
 

Constructors in daoc.editor.ui.texture with parameters of type TextureRect
TexturePreviewPanel(ITextureUpdater updater, TextureRect[] rects)