All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.awt.draw.ToBottomOperation
java.lang.Object
|
+----ncsa.awt.draw.DrawingOperation
|
+----ncsa.awt.draw.ToBottomOperation
- public class ToBottomOperation
- extends DrawingOperation
A class to perform an operation which causes the selected
DrawingPrimitive to move to the bottom of the drawn object pile.
-
ToBottomOperation()
-
-
operation()
- Move the given DrawingPrimitive to the bottom of the pile
ToBottomOperation
public ToBottomOperation()
operation
public DrawingPrimitive operation()
- Move the given DrawingPrimitive to the bottom of the pile
- Parameters:
- the - DrawingPrimitive that moved to the bottom.
- Overrides:
- operation in class DrawingOperation
All Packages Class Hierarchy This Package Previous Next Index