Package jag.graphics
Interface RSSprite
-
- All Superinterfaces:
RSDoublyLinkedNode
,RSNode
,RSProvider
public interface RSSprite extends RSDoublyLinkedNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
int[]
getPixels()
int
getWidth()
-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-