- RasterImage - Class in imagePackage
-
This class encapsulates a raster graphics image, which is an image that is
composed of a rectangular grid of pixels.
- RasterImage() - Constructor for class imagePackage.RasterImage
-
Constructs a raster image consisting of only white pixels, with a default
width of 200 and a default height of 100.
- RasterImage(int, int) - Constructor for class imagePackage.RasterImage
-
Constructs a raster image consisting of only white pixels, with a width
and height as specified by the passed parameter values.
- RasterImage(String) - Constructor for class imagePackage.RasterImage
-
Constructs a raster image consisting of the pixels derived from the image
that is specified in the file that is passed as parameter.
- RasterImage(RasterImage) - Constructor for class imagePackage.RasterImage
-
Constructs a new instance of this class that has the same state as the
passed instance.
- repaint() - Method in class imagePackage.PictureExplorer
-
Repaints the image on the scrollpane.
- repaint() - Method in class imagePackage.RasterImage
-
This method causes the window which contains this raster image to be
marked that it needs to be redrawn.
- run(int) - Method in class simulation_Lab07Version.SimulationRunnable
-
Causes this runnable to launch.
- run() - Method in class simulation_Lab07Version.SimulationRunnable
-
Causes this runnable to launch.