Interface Ocular
-
- All Implemented Interfaces:
public interface Ocular
Basic definition for an eye-like thing that can be drawn.
-
-
Method Summary
Modifier and Type Method Description abstract Unit
clear(Graphics2D graphics)
abstract Unit
draw(Graphics2D graphics)
abstract Rectangle
getBounds()
-
-
Method Detail
-
clear
abstract Unit clear(Graphics2D graphics)
-
draw
abstract Unit draw(Graphics2D graphics)
-
-
-
-