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.
-
PrevSlideOperation()
-
-
operation()
- Move the given DrawingPrimitive to the top of the pile
PrevSlideOperation
public PrevSlideOperation()
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