Uses of Class
quicktime.app.display.GroupDrawable

Packages that use GroupDrawable
quicktime.app.display   
 

Uses of GroupDrawable in quicktime.app.display
 

Subclasses of GroupDrawable in quicktime.app.display
 class DirectGroup
          A DirectGroup contains a set of QTDrawable objects that present their visual contents directly to the screen.
 

Constructors in quicktime.app.display with parameters of type GroupDrawable
GroupMember(GroupDrawable group, QTDrawable d, int l)
          Construct a GroupMember object.