- setAllPixelsToAColor(Color) - Method in class imagePackage.RasterImage
-
Mutate all of this image's pixels to have the passed color
- setAlpha(int) - Method in class imagePackage.Pixel
-
Mutates this pixel's alpha value to the passed value, provided the passed
value falls within the interval [0,255].
- setBasicPixel(int, int, int) - Method in class imagePackage.RasterImage
-
Sets the colour of the specified pixel, as encoded in the passed int
value.
- setBlue(int) - Method in class imagePackage.Pixel
-
Mutates this pixel's blue colour value to the passed value, provided the
passed value falls within the interval [0,255].
- setColor(Color) - Method in class imagePackage.Pixel
-
Mutates this pixel's colour to the passed color.
- setFrameRate(int) - Method in class simulation_Lab07Version.SimulationRunnable
-
Update this animation's frame rate to the passed value.
- setGreen(int) - Method in class imagePackage.Pixel
-
Mutates this pixel's green colour value to the passed value, provided the
passed value falls within the interval [0,255].
- setRed(int) - Method in class imagePackage.Pixel
-
Mutates this pixel's red colour value to the passed value, provided the
passed value falls within the interval [0,255].
- setTitle(String) - Method in class imagePackage.PictureExplorer
-
Set the title of the frame
- setTitle(String) - Method in class imagePackage.RasterImage
-
Set the string the string that is used in the title bar of the window
that is used for the display of this raster image.
- setWorldHeight(int) - Method in class simulation_Lab07Version.AnimationModel
-
- setWorldWidth(int) - Method in class simulation_Lab07Version.AnimationModel
-
- show() - Method in class imagePackage.RasterImage
-
Causes this raster image to be displayed graphically on the screen
display device of the runtime platform of the client application.
- simulation_Lab07Version - package simulation_Lab07Version
-
- SimulationRunnable - Class in simulation_Lab07Version
-
This class encapsulates an animation and some basic services to change the
frame rate.
- SimulationRunnable(ActionListener) - Constructor for class simulation_Lab07Version.SimulationRunnable
-
Creates a runnable.
- Sprite - Interface in simulation_Lab07Version
-
- start() - Method in class simulation_Lab07Version.Observee
-
Launches the thread.