Package com.nerius.game
Interface VisiblyUpdatable
-
- All Known Implementing Classes:
AbstractCanvas
public interface VisiblyUpdatable
Exposes theupdate(Graphics)
call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Dimension
getSize()
java.awt.Rectangle
update(java.awt.Graphics g)
Returns the area that was drawn into.
-