|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Protocol | |
quicktime.app.anim | |
quicktime.app.display | |
quicktime.app.spaces |
Uses of Protocol in quicktime.app.anim |
Constructors in quicktime.app.anim with parameters of type Protocol | |
SWCompositor(QDGraphics spriteGWorld,
QDColor backgroundColor,
QDGraphics background,
int scale,
int period,
Protocol defaultProtocol)
Used by subclasses to construct a SWCompositor. |
|
Compositor(QDGraphics spriteGWorld,
QDColor backgroundColor,
QDGraphics background,
int scale,
int period,
Protocol defaultProtocol)
Used by subclasses to construct a Compositor. |
Uses of Protocol in quicktime.app.display |
Constructors in quicktime.app.display with parameters of type Protocol | |
GroupDrawable(java.awt.Dimension initialSize,
QDColor bc,
int scale,
int period,
Protocol p)
Deprecated. since QTJava 4.0 |
|
GroupDrawable(QDDimension initialSize,
QDColor bc,
int scale,
int period,
Protocol p)
Provided for subclasses to create a group drawable. |
|
DirectGroup(QDDimension initialSize,
QDColor bc,
int scale,
int period,
Protocol p)
Create a new grouped drawable where the members draw directly to the screen. |
Uses of Protocol in quicktime.app.spaces |
Methods in quicktime.app.spaces that return Protocol | |
Protocol |
SimpleSpace.getProtocol()
Returns the Protocol object that defines if a member is an appropriate member of the Space. |
Protocol |
DynamicCollection.getProtocol()
Returns the Protocol class that is used to when testing an object's appropriateness for membership of a collection. |
Constructors in quicktime.app.spaces with parameters of type Protocol | |
SimpleSpace(Protocol protocols)
Called by classes that extend the SimpleSpace. |
|
SimpleSpace(Protocol protocols,
int scale,
int period)
Called by classes that extend the SimpleSpace. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |