B G L M P S T
B
- border(int) - Method in class Picture
-
Adds a black border to the image.
G
- getColorAt(int, int) - Method in class Picture
-
Gets the color of a pixel.
- getHeight() - Method in class Picture
-
Gets the height of this picture.
- getWidth() - Method in class Picture
-
Gets the width of this picture.
L
- load(String) - Method in class Picture
-
Loads a picture from a given file or URL.
M
- move(int, int) - Method in class Picture
-
Moves this picture by a given amount.
P
- pick() - Method in class Picture
-
Displays a file chooser for picking a file, loads the picture from the file that the user selected, and pauses so that the user can see the loaded picture.
- Picture - Class in <Unnamed>
-
A picture from an image file.
- Picture() - Constructor for class Picture
-
Constructs an empty picture.
- Picture(String) - Constructor for class Picture
-
Constructs a picture from a given file name or URL.
S
- scale(int, int) - Method in class Picture
-
Scales this picture to a new size.
- setColorAt(int, int, Color) - Method in class Picture
-
Sets the color of a pixel.
T
- toString() - Method in class Picture