quicktime.app.display
Interface Layerable
- All Known Implementing Classes:
- GroupMember, TwoDSprite
- 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
Field Summary |
static int |
kBackMostLayer
This is the Back most layer value for a group member |
Method Summary |
int |
getLayer()
Return the current layer of the Layerable object. |
void |
setLayer(int layer)
Set the new layer of the Layerable object. |
kBackMostLayer
public static final int kBackMostLayer
- This is the Back most layer value for a group member
getLayer
public int getLayer()
throws QTException
- Return the current layer of the Layerable object.
- Returns:
- the layer
setLayer
public void setLayer(int layer)
throws QTException
- Set the new layer of the Layerable object.
- Parameters:
layer
- the new layer