A B C D E F G H I L M O P R S T W

O

onKeyEvent(String) - Method in class funworld.World
User defined method to be invoked by the key adapter on selected key events.
onMouseClicked(Posn) - Method in class funworld.World
User defined method to be invoked by the mouse adapter when a mouse is clicked.
onMouseEntered(Posn) - Method in class funworld.World
User defined method to be invoked by the mouse adapter when a mouse is entered.
onMouseExited(Posn) - Method in class funworld.World
User defined method to be invoked by the mouse adapter when a mouse is exited.
onMousePressed(Posn) - Method in class funworld.World
User defined method to be invoked by the mouse adapter when a mouse is pressed.
onMouseReleased(Posn) - Method in class funworld.World
User defined method to be invoked by the mouse adapter when a mouse is released.
onTick() - Method in class funworld.World
User defined method to be invoked by the timer on each tick.
OvalImage - Class in funworld
The class to represent filled oval images drawn by the World when drawing on its Canvas.
OvalImage(Posn, int, int, Color) - Constructor for class funworld.OvalImage
A full constructor for this frame image.
OvalImage(Posn, int, int, IColor) - Constructor for class funworld.OvalImage
A convenience constructor to supply the color in the form of IColor.
OverlayImages - Class in funworld
The class to represent an overlay of the top image on the bottom one combined into WorldImage to be drawn by the World when drawing on its Canvas.
OverlayImages(WorldImage, WorldImage) - Constructor for class funworld.OverlayImages
The only constructor - invokes the constructor in the super class OverlayImages with no offset.
overlayImages(WorldImage...) - Method in class funworld.WorldImage
A convenience method that allows us to combine several images into one on top of this image without the need to explicitly construct OverlayImages
OverlayImagesXY - Class in funworld
The class to represent an overlay of the top image on the bottom one with the top offset by the given dx and dy combined into WorldImage to be drawn by the World when drawing on its Canvas.
OverlayImagesXY(WorldImage, WorldImage, int, int) - Constructor for class funworld.OverlayImagesXY
The full constructor that produces the top image overlaid over the bottom one with the given offset.

A B C D E F G H I L M O P R S T W