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