JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.gigamonkeys.bhs
Interface Picture
public interface
Picture
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
draw
(
Canvas
c)
Draw a picture on the given Canvas.
Method Details
draw
void
draw
(
Canvas
c)
Draw a picture on the given Canvas.
Parameters:
c
- Canvas on which to draw.