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

A

actionPerformed(ActionEvent) - Method in class PictureExplorer
Controls the zoom menu bar
actionPerformed(ActionEvent) - Method in class SoundExplorer
Method to handle an action event
addEnvironmentWord(String) - Method in class HighlightingStyledDocument
Method: addEnvironmentWord Adds an environment word to the Vector of environment words.
addKeyword(String) - Method in class HighlightingStyledDocument
Method: addKeyword Adds a keyword to the Vector of keywords.
addMessage(String, int, int) - Method in class SimplePicture
Method to draw a message as a string on the buffered image
addNewLines(String) - Static method in class SimpleOutput
Method to add new line character if the message is too long
alaw2linear(byte) - Static method in class TConversionTool
 
asArray() - Method in class SimpleSound
Method to return the byte array

B

blockingPlay() - Method in class SimpleSound
Creates a new Playback thread, starts it, then waits for the entire sound to finish playing before it returns.
blockingPlayAtRateDur(double, double) - Method in class SimpleSound
Calls playAtRateInRange((float)rate, 0, (int)durInFrames-1, true) .
blockingPlayAtRateInRange(float, int, int) - Method in class SimpleSound
Calls playAtRateInRange(rate, startFrame, endFrame, true) .
bytesToInt16(byte[], int, boolean) - Static method in class TConversionTool
Converts 2 successive bytes starting at byteOffset in buffer to a signed integer sample with 16bit range.
bytesToInt24(byte[], int, boolean) - Static method in class TConversionTool
Converts 3 successive bytes starting at byteOffset in buffer to a signed integer sample with 24bit range.
bytesToInt32(byte[], int, boolean) - Static method in class TConversionTool
Converts a 4 successive bytes starting at byteOffset in buffer to a signed 32bit integer sample.

C

changedUpdate(DocumentEvent) - Method in class JESGutter
Method: changedUpdate Gives notification that an attribute or set of attributes changed.
changeToBaseOne() - Method in class PictureExplorer
Changes the number system to start at one
checkScroll() - Method in class PictureExplorer
Method to check that the current position is in the viewing area and if not scroll to center the current position if possible
checkScroll() - Method in class SoundExplorer
Method to check that the current position is in the viewing area and if not scroll to center the current position if possible
cleanUp() - Static method in class JavaMusic
 
close() - Static method in class JavaMusic
 
colorDistance(Color) - Method in class Pixel
Method to get the distance between this pixel's color and the passed color
colorDistance(Color, Color) - Static method in class Pixel
Method to compute the color distances between two color objects
convert(String, String) - Static method in class SimpleSound
Method to convert a mp3 sound into a wav sound
copyPicture(SimplePicture) - Method in class SimplePicture
Method that will copy all of the passed source picture into the current picture object
createGraphics() - Method in class SimplePicture
Method to get a Graphics2D object for this picture which can be used to do 2D drawing on the picture
createLocationPanel(Font) - Method in class PictureExplorer
Create the pixel location panel

D

DigitalPicture - interface DigitalPicture.
Interface to describe a digital picture.
displayImage() - Method in class PictureFrame
A method to make sure the frame is displayed
displayPixelInformation(String, String) - Method in class PictureExplorer
Method to display the pixel information from the passed x and y but also converts x and y from strings

E

explore() - Method in class SimplePicture
Method to open a picture explorer on a copy of this simple picture
explore() - Method in class SimpleSound
Method to open a sound viewer on a copy of this sound

F

FileChooser - class FileChooser.
A class to make working with a file chooser easier for students.
FileChooser() - Constructor for class FileChooser
 
fireRemoveUpdate(DocumentEvent) - Method in class HighlightingStyledDocument
fireRemoveUpdate Overrides the default method from DefaultStyledDocument.

G

getAlpha() - Method in class Pixel
Method to get the amount of alpha (transparency) at this pixel.
getAudioFileFormat() - Method in class SimpleSound
Method that returns the AudioFileFormat describing this simple sound.
getAverage() - Method in class Pixel
Method to get the average of the colors of this pixel
getBasicPixel(int, int) - Method in interface DigitalPicture
 
getBasicPixel(int, int) - Method in class SimplePicture
Method to return the pixel value as an int for the given x and y location
getBlue() - Method in class Pixel
Method to get the amount of blue at this pixel.
getBlue(int) - Static method in class Pixel
Method to get the blue value from a pixel represented as an int
getBuffer() - Method in class SimpleSound
Method that returns the byte array representation of this simple sound.
getBufferedImage() - Method in interface DigitalPicture
 
getBufferedImage() - Method in class SimplePicture
Method to get the buffered image
getChannel() - Static method in class JavaMusic
 
getChannels() - Method in class SimpleSound
Obtains the number of channels of this sound.
getColor() - Method in class Pixel
Method to get a color object that represents the color at this pixel.
getCurrentX() - Method in class ImageDisplay
Method to get the current x
getCurrentY() - Method in class ImageDisplay
Method to get the current y
getDEBUG() - Method in class SimpleSound
Method to get the value of the debug flag
getExtension() - Method in class SimplePicture
Method to get the extension for this picture
getFileName() - Method in interface DigitalPicture
 
getFileName() - Method in class SimplePicture
Method to get the file name associated with the picture
getFileName() - Method in class SimpleSound
Method that returns the name of the file this sound came from.
getFrame(int) - Method in class SimpleSound
Returns an array containing all of the bytes in the specified frame.
getGraphics() - Method in class SimplePicture
Method to get a graphics object for this picture to use to draw on
getGreen() - Method in class Pixel
Method to get the amount of green at this pixel.
getGreen(int) - Static method in class Pixel
Method to get the green value from a pixel represented as an int
getHeight() - Method in interface DigitalPicture
 
getHeight() - Method in class SimplePicture
Method to get the height of the picture in pixels
getImage() - Method in interface DigitalPicture
 
getImage() - Method in class ImageDisplay
Method to get the image
getImage() - Method in class SimplePicture
Method to get an image from the picture
getLeftSample(int) - Method in class SimpleSound
Obtains the left sample of the audio data contained at the specified frame.
getLength() - Method in class SimpleSound
Method to return the length of the sound as the number of samples
getLengthInBytes() - Method in class SimpleSound
Obtains the length of this sound in bytes.
getLengthInFrames() - Method in class SimpleSound
Obtains the length of the audio data contained in the file, expressed in sample frames.
getMediaDirectory() - Static method in class FileChooser
Method to get the directory for the media
getMediaPath(String) - Static method in class FileChooser
Method to get the full path for the passed file name
getMediaPath(String) - Static method in class SimplePicture
Method to get the directory for the media
getNumSamples() - Method in class SimpleSound
Returns the number of samples in this sound
getPictureFrame() - Method in class SimplePicture
Method to get the picture frame for the picture
getPictureWithHeight(int) - Method in class SimplePicture
Method to create a new picture of the passed height.
getPixel(int, int) - Method in interface DigitalPicture
 
getPixel(int, int) - Method in class SimplePicture
Method to get a pixel object for the given x and y location
getPixels() - Method in class SimplePicture
Method to get a one-dimensional array of Pixels for this simple picture
getPlaybacks() - Method in class SimpleSound
Method that returns the vector of playback threads currently active on this sound.
getPlaying() - Method in class Playback
Method to return true if this playback thread is playing and false otherwise
getPreferredScrollableViewportSize() - Method in class ImageDisplay
Method to return the preferred size
getRed() - Method in class Pixel
Method to get the amount of red at this pixel.
getRed(int) - Static method in class Pixel
Method to get the red value from a pixel represented as an int
getRightSample(int) - Method in class SimpleSound
Obtains the right sample of the audio data contained at the specified frame.
getSample(int) - Method in class SimpleSound
Method to create and return a SoundSample object for the given frame number
getSamples() - Method in class SimpleSound
Method to create and return an array of SoundSample objects
getSampleValue(int) - Method in class SimpleSound
If this is a mono sound, obtains the single sample contained within this frame, else obtains the first (left) sample contained in the specified frame.
getSampleValueAt(int) - Method in class SimpleSound
Method to get the sample at the passed index and handle any SoundExceptions
getSamplingRate() - Method in class SimpleSound
Method to get the sampling rate of this sound
getScrollableBlockIncrement(Rectangle, int, int) - Method in class ImageDisplay
Method to return the block increment for scrolling
getScrollableTracksViewportHeight() - Method in class ImageDisplay
Method to check if the viewport height is the source height
getScrollableTracksViewportWidth() - Method in class ImageDisplay
Method to check if the viewport width is the source width
getScrollableUnitIncrement(Rectangle, int, int) - Method in class ImageDisplay
Method to return the unit increment for scrolling
getSoundExplorer() - Method in class SimpleSound
Method that returns the SoundExplorer
getTitle() - Method in interface DigitalPicture
 
getTitle() - Method in class SimplePicture
Method to get the title of the picture
getTranslationEnclosingRectangle(AffineTransform) - Method in class SimplePicture
Method to get the coordinates of the enclosing rectangle after this transformation is applied to the current picture
getValue() - Method in class SoundSample
Method to get the value of this sample as in int and handle the possible sound exception
getWidth() - Method in interface DigitalPicture
 
getWidth() - Method in class SimplePicture
Method to get the width of the picture in pixels
getX() - Method in class Pixel
Method to get the x location of this pixel.
getY() - Method in class Pixel
Method to get the y location of this pixel.

H

hideImage() - Method in class PictureFrame
 
HighlightingStyledDocument - class HighlightingStyledDocument.
Highlights jython syntax in a Document Created for the Jython Environment for Students (JES) Hilghights keywords and environment words that are defined for it.
HighlightingStyledDocument() - Constructor for class HighlightingStyledDocument
 

I

ImageDisplay - class ImageDisplay.
Class to display an image and the current location with a + sign Copyright Georgia Institute of Technology 2004
ImageDisplay(Image) - Constructor for class ImageDisplay
Constructor that takes the image to display
ImageDisplay(Image, int, int) - Constructor for class ImageDisplay
Constructor that takes the image and current x and y
insertString(int, String, AttributeSet) - Method in class HighlightingStyledDocument
insertString Overrides the default method from DefaultStyledDocument.
insertUpdate(DocumentEvent) - Method in class JESGutter
Method: insertUpdate Gives notification that there was text inserted into the document.
intToBytes16(int, byte[], int, boolean) - Static method in class TConversionTool
Converts a 16 bit sample of type int to 2 bytes in an array.
intToBytes24(int, byte[], int, boolean) - Static method in class TConversionTool
Converts a 24 bit sample of type int to 3 bytes in an array.
intToBytes32(int, byte[], int, boolean) - Static method in class TConversionTool
Converts a 32 bit sample of type int to 4 bytes in an array.
intToUnsignedByte(int) - Static method in class TConversionTool
 
intToUnsignedBytes16(int, byte[], int, boolean) - Static method in class TConversionTool
 
intToUnsignedBytes24(int, byte[], int, boolean) - Static method in class TConversionTool
 
intToUnsignedBytes32(int, byte[], int, boolean) - Static method in class TConversionTool
 
isStereo() - Method in class SimpleSound
Method to check if a sound is stereo (2 channels) or not

J

JavaMusic - class JavaMusic.
 
JavaMusic() - Constructor for class JavaMusic
 
JESGutter - class JESGutter.
The JES Gutter Created for the Jython Environment for Students The JES Gutter is a side bar that shows useful contextual information about the document being currently edited.
JESGutter(JEditorPane, Font) - Constructor for class JESGutter
Class constructor Creates a Gutter object with a given TextComponent.

L

linear2alaw(short) - Static method in class TConversionTool
 
linear2ulaw(int) - Static method in class TConversionTool
Converts a linear signed 16bit sample to a uLaw byte.
load(Image) - Method in interface DigitalPicture
 
load(Image) - Method in class SimplePicture
Method to load the buffered image with the passed image
load(String) - Method in interface DigitalPicture
 
load(String) - Method in class SimplePicture
Method to load the picture from the passed file name
loadFromFile(String) - Method in class SimpleSound
Resets the fields of this sound so that it now represents the sound in the specified file.
loadPictureAndShowIt(String) - Method in class SimplePicture
Method to load a picture from a file name and show it in a picture frame

M

main(String[]) - Static method in class JavaMusic
 
main(String[]) - Static method in class PictureExplorer
Test Main.
makeAIS() - Method in class SimpleSound
Creates an AudioInputStream for this sound from the buffer and the audioFileFormat.
mouseClicked(MouseEvent) - Method in class PictureExplorer
Method called when the mouse is clicked
mouseClicked(MouseEvent) - Method in class SoundExplorer
Handle a mouse click event
mouseDragged(MouseEvent) - Method in class PictureExplorer
Called when the mouse is dragged (button held down and moved)
mouseDragged(MouseEvent) - Method in class SoundExplorer
Method to handle a mouse dragged event
mouseEntered(MouseEvent) - Method in class PictureExplorer
Method called when the component is entered (mouse moves over it)
mouseEntered(MouseEvent) - Method in class SoundExplorer
Method to handle a mouse entered event
mouseExited(MouseEvent) - Method in class PictureExplorer
Method called when the mouse moves over the component
mouseExited(MouseEvent) - Method in class SoundExplorer
Method to handle a mouse exited event
mouseMoved(MouseEvent) - Method in class PictureExplorer
Method called when the mouse is moved with no buttons down
mouseMoved(MouseEvent) - Method in class SoundExplorer
Method to handle a mouse move event
mousePressed(MouseEvent) - Method in class PictureExplorer
Method called when the mouse button is pushed down
mousePressed(MouseEvent) - Method in class SoundExplorer
Method to handle a mouse press
mouseReleased(MouseEvent) - Method in class PictureExplorer
Method called when the mouse button is released
mouseReleased(MouseEvent) - Method in class SoundExplorer
Method to handle a mouse release

N

newline - Static variable in class HighlightingStyledDocument
 

O

open() - Static method in class JavaMusic
 

P

paint(Graphics) - Method in class JESGutter
paint Paints gutter information to the graphics object
paintComponent(Graphics) - Method in class ImageDisplay
Method to handle displaying this object
pickAFile() - Static method in class FileChooser
Method to let the user pick a file and return the full file name as a string.
Picture - class Picture.
A class that represents a picture.
Picture() - Constructor for class Picture
Constructor that takes no arguments
Picture(int, int) - Constructor for class Picture
Constructor that takes the width and height
Picture(Picture) - Constructor for class Picture
Constructor that takes a picture and creates a copy of that picture
Picture(String) - Constructor for class Picture
Constructor that takes a file name and creates the picture
PictureExplorer - class PictureExplorer.
Displays a picture and lets you explore the picture by displaying the x, y, red, green, and blue values of the pixel at the cursor when you click a mouse button or press and hold a mouse button while moving the cursor.
PictureExplorer(DigitalPicture) - Constructor for class PictureExplorer
Public constructor
PictureFrame - class PictureFrame.
Class that holds a digital picture and displays it.
PictureFrame() - Constructor for class PictureFrame
A constructor that takes no arguments.
PictureFrame(DigitalPicture) - Constructor for class PictureFrame
A constructor that takes a picture to display
Pixel - class Pixel.
Class that references a pixel in a picture.
Pixel(DigitalPicture, int, int) - Constructor for class Pixel
A constructor that take the x and y location for the pixel and the picture the pixel is coming from
play() - Method in class SimpleSound
Creates a new Playback thread and starts it.
playAtRateDur(double, double) - Method in class SimpleSound
Calls playAtRateInRange((float)rate, 0, (int)durInFrames-1, false) .
playAtRateInRange(float, int, int) - Method in class SimpleSound
Calls playAtRateInRange(rate, startFrame, endFrame, false) .
playAtRateInRange(float, int, int, boolean) - Method in class SimpleSound
Plays the specified segment of this sound at the given sample rate.
Playback - class Playback.
The class Playback extends from Thread and allows for playback of a simple sound.
Playback(SimpleSound) - Constructor for class Playback
Constructor that takes the simple sound to be played
playNote(int, int) - Static method in class JavaMusic
 
playNote(int, int, int) - Static method in class JavaMusic
 
playNote(int, int, int) - Static method in class SimpleSound
Method to play a note using MIDI
printError(String) - Method in class SimpleSound
Invokes printError(message, null)
printError(String, Exception) - Method in class SimpleSound
Prints the given String to the "standard" error output stream, then prints a stack trace on the exception, and then exits the program.

R

removeLineMark() - Method in class JESGutter
removeLineMark Removes the line demarcation from the gutter
removePlayback(Playback) - Method in class SimpleSound
Deletes the specified playback object from the Vector.
removeUpdate(DocumentEvent) - Method in class JESGutter
Method: removeUpdate Gives notifications that text was removed from the document.
repaint() - Method in class PictureExplorer
Repaints the image on the scrollpane.
repaint() - Method in class PictureFrame
Method to force the picture frame to repaint (redraw)
repaint() - Method in class SimplePicture
Method to force the picture to redraw itself.
run() - Method in class Playback
Starts this thread.

S

setAlpha(int) - Method in class Pixel
Method to set the alpha (transparency) to a new alpha value
setAudioFileFormat(AudioFileFormat) - Method in class SimpleSound
Changes the AudioFileFormat of this sound.
setBase(int) - Method in class SoundExplorer
Method to set the base for the index.
setBasicPixel(int, int, int) - Method in interface DigitalPicture
 
setBasicPixel(int, int, int) - Method in class SimplePicture
Method to set the value of a pixel in the picture from an int
setBlue(int) - Method in class Pixel
Method to set the blue to a new blue value
setBuffer(byte[]) - Method in class SimpleSound
Changes the byte array that represents this sound.
setBuffer(int) - Method in class SimpleSound
Changes the byte array that represents this sound.
setColor(Color) - Method in class Pixel
Method to set the pixel color to the passed in color object.
setCommentStyle(SimpleAttributeSet) - Method in class HighlightingStyledDocument
Method: setCommentStyle Sets the style of text to use for comments
setCurrentX(int) - Method in class ImageDisplay
Method to set the current x
setCurrentY(int) - Method in class ImageDisplay
Method to set the current y
setDefaultStyle(SimpleAttributeSet) - Method in class HighlightingStyledDocument
Method: setDefaultStyle Sets the default style of text to use
setDocument(Document) - Method in class JESGutter
setDocument Sets the document for the gutter to listen for changes in.
setEnvironmentWords(String[]) - Method in class HighlightingStyledDocument
Method: setEnvironmentWords Sets a collection of environment words to highlight.
setEnvironmentWordStyle(SimpleAttributeSet) - Method in class HighlightingStyledDocument
Method: setEnvironmentWordStyle Sets the style of text to use for environment words
setFrame(int, byte[]) - Method in class SimpleSound
Changes the value of each byte of the specified frame.
setGreen(int) - Method in class Pixel
Method to set the green to a new green value
setImage(Image) - Method in class ImageDisplay
Method to set the image
setKeywords(String[]) - Method in class HighlightingStyledDocument
Method: setKeywords Sets a collection of keywords to highlight.
setKeywordStyle(SimpleAttributeSet) - Method in class HighlightingStyledDocument
Method: setKeywordStyle Sets the style of text to use for keywords
setLeftSample(int, int) - Method in class SimpleSound
 
setLine(int, int, int) - Method in class JESGutter
setLine Adds a line to the gutter.
setLineMark(int) - Method in class JESGutter
setLineMark Sets the line do demarcate on the gutter
setLParenStyle(SimpleAttributeSet) - Method in class HighlightingStyledDocument
Method: setLParenStyle Sets the style of text to use for invalid Left Parens
setMediaPath(String) - Static method in class FileChooser
Method to set the media path by setting the directory to use
setMediaPath(String) - Static method in class SimplePicture
Method to set the media path by setting the directory to use
setPictureFrame(PictureFrame) - Method in class SimplePicture
Method to set the picture frame for this picture
setRed(int) - Method in class Pixel
Method to set the red to a new red value
setRightSample(int, int) - Method in class SimpleSound
 
setRParenStyle(SimpleAttributeSet) - Method in class HighlightingStyledDocument
Method: setRParenStyle Sets the style of text to use for invalid Right Parens
setSampleValue(int, int) - Method in class SimpleSound
Changes the value of the sample found at the specified frame.
setSampleValueAt(int, int) - Method in class SimpleSound
Method to set the sample value at the passed index to the passed value
setSoundExplorer(SoundExplorer) - Method in class SimpleSound
Changes the explorer of this object.
setStringStyle(SimpleAttributeSet) - Method in class HighlightingStyledDocument
Method: setStringStyle Sets the style of text to use for strings
setTextComponent(JEditorPane) - Method in class JESGutter
setTextComponent() Sets th etext component the gutter models itself after
setTitle(String) - Method in interface DigitalPicture
 
setTitle(String) - Method in class PictureExplorer
Set the title of the frame
setTitle(String) - Method in class PictureFrame
Method to set the title for the picture frame
setTitle(String) - Method in class SimplePicture
Method to set the title for the picture
setTitle(String) - Method in class SoundExplorer
Method to set the title on the main window
setValue(int) - Method in class SoundSample
Method to set the value of this sample and handle the sound exception
show() - Method in interface DigitalPicture
 
show() - Method in class SimplePicture
Method to show the picture in a picture frame
showError(String) - Static method in class SimpleOutput
Method to show an error to a user
showInformation(String) - Static method in class SimpleOutput
Method to show information to the user
showWarning(String) - Static method in class SimpleOutput
Method to show a warning to a user
SimpleOutput - class SimpleOutput.
Class to make it easy to do output to the user using JOptionPane Copyright Georgia Institute of Technology 2004
SimpleOutput() - Constructor for class SimpleOutput
 
SimplePicture - class SimplePicture.
A class that represents a simple picture.
SimplePicture() - Constructor for class SimplePicture
A Constructor that takes no arguments.
SimplePicture(int, int) - Constructor for class SimplePicture
A constructor that takes the width and height desired for a picture and creates a buffered image of that size.
SimplePicture(SimplePicture) - Constructor for class SimplePicture
A Constructor that takes a picture to copy information from
SimplePicture(String) - Constructor for class SimplePicture
A Constructor that takes a file name and uses the file to create a picture
SimpleSound - class SimpleSound.
The SimpleSound class is an implementation of the Java Sound API specifically designed for use with students.
SimpleSound() - Constructor for class SimpleSound
Constructs a SimpleSound of 3 seconds long.
SimpleSound(int) - Constructor for class SimpleSound
Constructs a SimpleSound of the specified length.
SimpleSound(int, boolean) - Constructor for class SimpleSound
Constructs a simple sound with the given sample size in bits and type of endian (big or little)
SimpleSound(SimpleSound) - Constructor for class SimpleSound
Constructor that creates a new SimpleSound by copying a passed SimpleSound
SimpleSound(String) - Constructor for class SimpleSound
Constructs a new SimpleSound from the given file.
SoundException - exception SoundException.
Class to use to report a sound exception Copyright Georgia Institute of Technology 2004
SoundException(String) - Constructor for class SoundException
 
SoundExplorer - class SoundExplorer.
This class allows you to explore a Sound.
SoundExplorer(SimpleSound, boolean) - Constructor for class SoundExplorer
Constructor that takes a sound and a boolean flag
SoundSample - class SoundSample.
Class that represents a sample of a sound.
SoundSample(SimpleSound, int) - Constructor for class SoundSample
Constructor that takes a sound and valueArray
stopPlaying() - Method in class Playback
Stops this thread by breaking the while loop in the run method.

T

TConversionTool - class TConversionTool.
 
TConversionTool() - Constructor for class TConversionTool
 
toString() - Method in class Picture
Method to return a string with information about this picture.
toString() - Method in class Pixel
Method to return a string with information about this pixel
toString() - Method in class SimplePicture
Method to return a string with information about this picture
toString() - Method in class SimpleSound
Obtains a string representation of this JavaSound.
toString() - Method in class SoundSample
Method to return a string with the information about this object

U

ulaw2linear(byte) - Static method in class TConversionTool
 
unsignedByteToInt(byte) - Static method in class TConversionTool
 
unsignedByteToInt16(byte[], int, boolean) - Static method in class TConversionTool
 
unsignedByteToInt24(byte[], int, boolean) - Static method in class TConversionTool
 
unsignedByteToInt32(byte[], int, boolean) - Static method in class TConversionTool
 
update(LineEvent) - Method in class SoundExplorer
Method to handle the line event update
updateHighlightingInRange(int, int) - Method in class HighlightingStyledDocument
Method: updateHighlightingInRange Looks at a given range of text in a document and highlights it according to keywords, environment, strings, and comments.
updateImage() - Method in class PictureFrame
A method to update the picture frame image with the image in the picture
updateImageAndShowIt() - Method in class PictureFrame
A method to update the picture frame image with the image in the picture and show it
updateLines() - Method in class JESGutter
updateLines Recounts the number of lines in the Document, and updates the lines list to have the new last few lines.
updatePicture(int, int, int, int) - Method in class Pixel
Method to update the picture based on the passed color values for this pixel

W

write(String) - Method in class SimplePicture
Method to write the contents of the picture to a file with the passed name
write(String) - Method in class SimpleSound
Method to write this sound to a file
writeToFile(String) - Method in class SimpleSound
Creates an audioInputStream from this sound, and then writes this stream out to the file with the specified name.

Z

zoom(double) - Method in class PictureExplorer
Zooms in the on picture by scaling the image.

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