D E G P S W

D

Display - Class in edu.purdue.cs180
Interact with the Android phone display.

E

edu.purdue.cs180 - package edu.purdue.cs180
 

G

getImage() - Method in class edu.purdue.cs180.Picture
Get the image associated with a picture.
getSerial() - Method in class edu.purdue.cs180.Picture
Each picture created has a unique serial number.

P

Picture - Class in edu.purdue.cs180
A Picture object encapsulates a picture taken by the camera.
popupToast(String) - Static method in class edu.purdue.cs180.Display
Display a text message as a popup ("toast" in Android parlance) on the display.

S

setText(String) - Static method in class edu.purdue.cs180.Display
Display a text message in the one line "status" field area of the display.
showPicture(Picture) - Static method in class edu.purdue.cs180.Display
Display a picture in the image display window.
Shutter - Class in edu.purdue.cs180
Provides a method to take a picture, waiting for the user to press the shutter button.

W

waitForButton() - Static method in class edu.purdue.cs180.Display
Block until the user presses an image display selection button on the screen.
waitForPicture() - Static method in class edu.purdue.cs180.Shutter
Block the current process until the user presses the shutter button.

D E G P S W