All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.awt.draw.ToTopOperation

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

public class ToTopOperation
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 ToTopOperation()

Method Index

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

Constructors

 o ToTopOperation
 public ToTopOperation()

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