All Packages Class Hierarchy This Package Previous Next Index
Class Pixmap.PixmapOperator
java.lang.Object
|
+----Pixmap.PixmapOperator
- public abstract class PixmapOperator
- extends Object
encapsulates a Pixmap member function
the method Execute should be overriden by
subclasses to execute a Pixmap operation for the Pixmap
passed into method Operate
- Author:
- Owen Astrachan
-
myPixmap
-
-
PixmapOperator()
-
-
execute()
- must be overriden in subclasses
e.g., myPixmap.Invert() for an inversion
-
operate(Pixmap)
-
myPixmap
protected Pixmap myPixmap
PixmapOperator
public PixmapOperator()
operate
public void operate(Pixmap p)
- Parameters:
- p - the pixmap that will be operated on
execute
public abstract void execute()
- must be overriden in subclasses
e.g., myPixmap.Invert() for an inversion
All Packages Class Hierarchy This Package Previous Next Index