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

Variable Index

 o myPixmap

Constructor Index

 o PixmapOperator()

Method Index

 o execute()
must be overriden in subclasses e.g., myPixmap.Invert() for an inversion
 o operate(Pixmap)

Variables

 o myPixmap
 protected Pixmap myPixmap

Constructors

 o PixmapOperator
 public PixmapOperator()

Methods

 o operate
 public void operate(Pixmap p)
Parameters:
p - the pixmap that will be operated on
 o 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