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

S

setAllPixelsToAColor(Color) - Method in class img.SimplePicture
Method to set the color in the picture to the passed color
setAlpha(int) - Method in class img.Pixel
Method to set the alpha (transparency) to a new alpha value
setAnchor(int, int) - Method in class game_LT2.ProjectileSprite
Mutates this sprite's anchor position
setAnchor(int, int) - Method in class game_LT2.ShooterSprite
Mutates this sprite's anchor position
setBasicPixel(int, int, int) - Method in interface img.DigitalPicture
 
setBasicPixel(int, int, int) - Method in class img.SimplePicture
Method to set the value of a pixel in the picture from an int
setBlue(int) - Method in class img.Pixel
Method to set the blue to a new blue value
setColor(Color) - Method in class img.Pixel
Method to set the pixel color to the passed in color object.
setCurrentX(int) - Method in class img.ImageDisplay
Method to set the current x
setCurrentY(int) - Method in class img.ImageDisplay
Method to set the current y
setGreen(int) - Method in class img.Pixel
Method to set the green to a new green value
setImage(Image) - Method in class img.ImageDisplay
Method to set the image
setPicture(Picture) - Method in class img.PictureFrame
Method to set the picture to show in this picture frame
setPictureFrame(PictureFrame) - Method in class img.SimplePicture
Method to set the picture frame for this picture
setRed(int) - Method in class img.Pixel
Method to set the red to a new red value
setTitle(String) - Method in interface img.DigitalPicture
 
setTitle(String) - Method in class img.PictureExplorer
Set the title of the frame
setTitle(String) - Method in class img.PictureFrame
Method to set the title for the picture frame
setTitle(String) - Method in class img.SimplePicture
Method to set the title for the picture
setVisible(boolean) - Method in class img.PictureFrame
A method to set the visible flag on the frame
ShooterSprite - Class in game_LT2
This class encapsulates an on-screen sprite that represents a shooter in our asteroids-like video game.
ShooterSprite(Dimension) - Constructor for class game_LT2.ShooterSprite
Constructs a sprite located at the 0,0 position
show() - Method in interface img.DigitalPicture
 
show() - Method in class img.SimplePicture
Method to show the picture in a picture frame
SimplePicture - Class in img
A class that represents a simple picture.
SimplePicture() - Constructor for class img.SimplePicture
A Constructor that takes no arguments.
SimplePicture(String) - Constructor for class img.SimplePicture
A Constructor that takes a file name and uses the file to create a picture
SimplePicture(int, int) - Constructor for class img.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 img.SimplePicture
A Constructor that takes a picture to copy information from
specifyDrawing(Graphics2D) - Method in class game_LT2.ProjectileSprite
This method takes the passed Graphics2D object and specifies how this sprite should be drawn on it.
specifyDrawing(Graphics2D) - Method in class game_LT2.ShooterSprite
This method takes the passed Graphics2D object and specifies how this sprite should be drawn on it.
specifyDrawing(Graphics2D) - Method in interface game_LT2.Sprite
 
Sprite - Interface in game_LT2
 

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