All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.awt.draw.PrevSlideOperation

java.lang.Object
   |
   +----ncsa.awt.draw.DrawingOperation
           |
           +----ncsa.awt.draw.PrevSlideOperation

public class PrevSlideOperation
extends DrawingOperation
A class to perform an operation which causes the selected DrawingPrimitive to move to the top of the drawn object pile.


Constructor Index

 o PrevSlideOperation()

Method Index

 o operation()
Move the given DrawingPrimitive to the top of the pile

Constructors

 o PrevSlideOperation
 public PrevSlideOperation()

Methods

 o operation
 public DrawingPrimitive operation()
Move the given DrawingPrimitive to the top of the pile

Parameters:
the - DrawingPrimitive that moved to the top.
Overrides:
operation in class DrawingOperation

All Packages  Class Hierarchy  This Package  Previous  Next  Index