GP
Interface Movable

All Known Subinterfaces:
Graphic

public interface Movable


Method Summary
 void MoveBackward()
           
 void MoveForward()
           
 void MoveToBack()
          This method is to be used to control the layering of drawn objects.
 void MoveToFront()
           
 

Method Detail

MoveToBack

public void MoveToBack()
This method is to be used to control the layering of drawn objects. You can use this method to move the passed in object to the very back of all other objects contained in this container.
Parameters:
object - the object you want to move to the back of the container

MoveToFront

public void MoveToFront()

MoveBackward

public void MoveBackward()

MoveForward

public void MoveForward()