Uses of Class
Picture

Uses of Picture in
 

Methods in Default Package that return Picture
 Picture World.getPicture()
          Method to get the background picture
 Picture SimplePicture.getPictureWithHeight(int height)
          Method to create a new picture of the passed height.
 Picture SimpleTurtle.getPicture()
          Method to get the picture for this simple turtle
 

Methods in Default Package with parameters of type Picture
 void AnimationPanel.add(Picture picture)
          Method to add a picture
 void PictureFrame.setPicture(Picture picture)
          Method to set the picture to show in this picture frame
 void MoviePlayer.addPicture(Picture picture)
          Method to add a picture to the movie
 void FrameSequence.addFrame(Picture picture)
          Method to add a picture to the frame sequence
 void World.setPicture(Picture pict)
          Method to set the background picture
 void SimpleTurtle.setPicture(Picture pict)
          Method to set the picture for this simple turtle
 void SimpleTurtle.drop(Picture dropPicture)
          Method to draw a passed picture at the current turtle location and rotation in a picture or model display
 void FrameSequencer.addFrame(Picture picture)
          Method to add a picture to the frame sequence
 

Constructors in Default Package with parameters of type Picture
Cartoon(Picture p)
          Constructor that takes the picture
Picture(Picture copyPicture)
          Constructor that takes a picture and creates a copy of that picture
SimpleTurtle(int x, int y, Picture picture)
          Constructor that takes the x and y position and the picture to draw on
SimpleTurtle(Picture picture)
          Constructor that takes the picture to draw on and will appear in the middle
Turtle(int x, int y, Picture picture)
          Constructor that takes the x and y and a picture to draw on
Turtle(Picture p)
          Constructor that takes a picture to draw on