quicktime.app.display
Class GroupMember

java.lang.Object
  |
  +--quicktime.app.display.GroupMember
All Implemented Interfaces:
Layerable

Deprecated. since QTJava 6.1

public class GroupMember
extends java.lang.Object
implements Layerable

This class contains information that is attached to a QTDrawable object that is attached to a GroupDrawable object.


Field Summary
 
Fields inherited from interface quicktime.app.display.Layerable
kBackMostLayer
 
Constructor Summary
protected GroupMember(GroupDrawable group, QTDrawable d, int l)
          Deprecated. since QTJava 6.1
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated. since QTJava 6.1
 QTDrawable getDrawer()
          Deprecated. The current drawing object that the settings relate to * @deprecated since QTJava 6.1
 int getLayer()
          Deprecated. since QTJava 6.1
 void setLayer(int l)
          Deprecated. since QTJava 6.1
 java.lang.String toString()
          Deprecated. Returns a string representation of this object* @deprecated since QTJava 6.1
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupMember

protected GroupMember(GroupDrawable group,
                      QTDrawable d,
                      int l)
               throws QTException
Deprecated. since QTJava 6.1

Construct a GroupMember object.

Parameters:
group - the GroupDrawable of which d is a member
d - the QTDrawable member
l - the member's current layer
Method Detail

equals

public boolean equals(java.lang.Object obj)
Deprecated. since QTJava 6.1

Returns true if the GroupMember is the same drawer and has the same layout characteristics.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the other object to test for equality
Returns:
true if equal else false

getLayer

public int getLayer()
Deprecated. since QTJava 6.1

Layer is a read only property - it is the front-to-back positioning of the drawer in its Group, 0 is frontmost. To reset the layer you call the setLayer method of the group.

Specified by:
getLayer in interface Layerable
Returns:
the current layer of the drawer within the group

setLayer

public void setLayer(int l)
              throws QTException
Deprecated. since QTJava 6.1

Set the member's layer within its group.

Specified by:
setLayer in interface Layerable
Parameters:
l - the new layer
QTException

getDrawer

public final QTDrawable getDrawer()
Deprecated. 
The current drawing object that the settings relate to * @deprecated since QTJava 6.1


toString

public java.lang.String toString()
Deprecated. 
Returns a string representation of this object* @deprecated since QTJava 6.1

Overrides:
toString in class java.lang.Object