Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
D
G
O
P
R
S
D
displayImage()
- Method in class
PictureEdit
Displays the current image in a new JFrame.
displayImage(String)
- Method in class
PictureEdit
Displays the current image in a new JFrame.
G
getColor(int, int)
- Method in class
PictureEdit
Returns a Color object of the color at a given point.
getHeight()
- Method in class
PictureEdit
Returns the height of the image file
getImage()
- Method in class
PictureEdit
Returns the image file as an Image object.
getRGBColor(int, int)
- Method in class
PictureEdit
Returns the integer value of the color at a given point.
getWidth()
- Method in class
PictureEdit
Returns the width of the image file
O
open()
- Method in class
PictureEdit
Opens a file by opening a JFileChooser which allows the user to select the file they would like to open.
open(String)
- Method in class
PictureEdit
Opens an image file based on the file name in String format
open(File)
- Method in class
PictureEdit
Opens an image file given a File object.
P
PictureEdit
- Class in
<Unnamed>
PictureEdit()
- Constructor for class
PictureEdit
Constructor will use the JFileChooser to open a file
PictureEdit(String)
- Constructor for class
PictureEdit
Constructor will use the JFileChooser to open a file
PictureEdit(File)
- Constructor for class
PictureEdit
Constructor will use the JFileChooser to open a file
R
revert()
- Method in class
PictureEdit
Reverts to the original file, all unsaved changes are lost.
S
saveAs()
- Method in class
PictureEdit
Saves a file by opening a JFileChooser which allows the user to select the file they would like to save over or create a new file to save onto.
saveAs(String)
- Method in class
PictureEdit
Saves a file by writing a new file with the given fileName String.
setColor(int, int, int)
- Method in class
PictureEdit
Sets the color at a given x,y coordinate.
setColor(int, int, Color)
- Method in class
PictureEdit
Sets the color at a given x,y coordinate.
D
G
O
P
R
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes