All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- actionPerformed(ActionEvent).
Method in class Pixmap.ExpandInput
-
- actionPerformed(ActionEvent).
Method in class Pixmap.Pixmap
- redisplays this pixmap as the active pixmap
- addActionListener(ActionListener).
Method in class Pixmap.PixIcon
- Adds an action listener to the icon
- addGui(PixGui).
Method in class Pixmap.PixController
-
- addImage(PixIcon).
Method in class Pixmap.PixGui
- adds an image (via its thumbnail) to the GUI
- addPixmap(Pixmap).
Method in class Pixmap.PixController
- adds a pixmap to the environment,
sets the pixmap to be the active pixmap and forward
a thumbnail to the GUI
- Command().
Constructor for class Pixmap.Command
-
- execute().
Method in class Pixmap.ExpandOperator
- must be overriden in subclasses
e.g., myPixmap.Invert() for an inversion
- execute().
Method in class Pixmap.PixmapOperator
- must be overriden in subclasses
e.g., myPixmap.Invert() for an inversion
- execute(AWTEvent).
Method in class Pixmap.Command
- must be overridden in subclasses
- expand(int, int).
Method in class Pixmap.Pixmap
-
- ExpandInput(Frame).
Constructor for class Pixmap.ExpandInput
-
- ExpandOperator(Frame).
Constructor for class Pixmap.ExpandOperator
-
- getActiveMap().
Method in class Pixmap.PixController
-
- getDisplay().
Method in class Pixmap.PixGui
-
- getExpansion().
Method in class Pixmap.ExpandInput
-
- getIcon().
Method in class Pixmap.Pixmap
-
- getMinimumSize().
Method in class Pixmap.PixIcon
-
- getPreferredSize().
Method in class Pixmap.PixIcon
-
- getPreferredSize().
Method in class Pixmap.Pixmap
- overrides Component.getPreferredSize()
- horizReflect().
Method in class Pixmap.Pixmap
- reflect this horizontally (which means through a
vertical line drawn through the middle of the
Pixmap) ---> | <---
- invert().
Method in class Pixmap.Pixmap
- turn all pixels to there 'opposite color'.
- loadPixmap(String).
Method in class Pixmap.PixController
-
- main(String[]).
Static method in class Pixmap.PixApp
- start a PixApp application
- myPixmap.
Variable in class Pixmap.PixmapOperator
-
- operate(Pixmap).
Method in class Pixmap.PixmapOperator
-
- paint(Graphics).
Method in class Pixmap.PixIcon
- paints the thumbnail with associated name
- paint(Graphics).
Method in class Pixmap.Pixmap
- overrides Component.paint()
- PixApp().
Constructor for class Pixmap.PixApp
-
- PixController().
Constructor for class Pixmap.PixController
-
- PixGui(PixController).
Constructor for class Pixmap.PixGui
- construct a GUI
- PixIcon(Image, String).
Constructor for class Pixmap.PixIcon
-
- Pixmap(Frame, PixController, String).
Constructor for class Pixmap.Pixmap
- create a pixmap (by reading a local file), the pixmap is added
to a PixApp, and displayed in a frame
- PixmapOperator().
Constructor for class Pixmap.PixmapOperator
-
- processMouseEvent(MouseEvent).
Method in class Pixmap.PixIcon
- if the thumbnail is clicked it will generate an action event
- removeActionListner(ActionListener).
Method in class Pixmap.PixIcon
- Removes an action listener from the icon
- setActiveMap(Pixmap).
Method in class Pixmap.PixController
- set the active Pixmap
- setImage(Image).
Method in class Pixmap.PixIcon
-
- SIZE.
Static variable in class Pixmap.PixIcon
-
- vertReflect().
Method in class Pixmap.Pixmap
-