|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.app.display.GroupMember
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 |
protected GroupMember(GroupDrawable group,
QTDrawable d,
int l)
throws QTException
group - the GroupDrawable of which d is a memberd - the QTDrawable memberl - the member's current layer| Method Detail |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the other object to test for equality
public int getLayer()
getLayer in interface Layerable
public void setLayer(int l)
throws QTException
setLayer in interface Layerablel - the new layer
QTExceptionpublic final QTDrawable getDrawer()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||