All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface quicktime.app.display.Layerable

public interface Layerable
An interface for dealing with display objects which are members of QTDisplaySpaces. The use of this interface shields both the group and its members from a required knowledge of layer characteristics. Thus the group may use a helper object to contain and manage layers of members, or it may keep the layering information internally and provide a helper object that is not the member itself as the object that will be able to set and get the layer information for a member


Variable Index

 o kBackMostLayer
This is the Back most layer value for a group member

Method Index

 o getLayer()
Return the current layer of the Layerable object.
 o setLayer(int)
Set the new layer of the Layerable object.

Variables

 o kBackMostLayer
 public static final int kBackMostLayer
This is the Back most layer value for a group member

Methods

 o getLayer
 public abstract int getLayer() throws QTException
Return the current layer of the Layerable object.

Returns:
the layer
 o setLayer
 public abstract void setLayer(int layer) throws QTException
Set the new layer of the Layerable object.

Parameters:
layer - the new layer

All Packages  Class Hierarchy  This Package  Previous  Next  Index