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.


Constructor Index

 o ToBottomOperation()

Method Index

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

Constructors

 o ToBottomOperation
 public ToBottomOperation()

Methods

 o 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