|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QDDimension | |
quicktime.qd | |
quicktime.std.anim | |
quicktime.std.image | |
quicktime.std.movies | |
quicktime.streaming |
Uses of QDDimension in quicktime.qd |
Methods in quicktime.qd that return QDDimension | |
QDDimension |
QDDimension.copy()
Returns a copy of the QDDimension with the correct return type. |
Constructors in quicktime.qd with parameters of type QDDimension | |
QDRect(QDDimension size)
Constructs a QDRect with an origin of 0,0 and specified size. |
|
QDRect(QDPoint origin,
QDDimension size)
Constructs a QDRect with an origin and size specified. |
Uses of QDDimension in quicktime.std.anim |
Methods in quicktime.std.anim that return QDDimension | |
QDDimension |
Sprite.getOriginalSize()
This method returns the original width and height of the image currently being presented by the sprite. |
Uses of QDDimension in quicktime.std.image |
Methods in quicktime.std.image that return QDDimension | |
QDDimension |
GraphicsExporter.getThumbnailDimension()
Returns the current thumbnail export settings. |
Uses of QDDimension in quicktime.std.movies |
Methods in quicktime.std.movies that return QDDimension | |
QDDimension |
MovieController.getRequiredSize()
This returns the actual size of the controller itself - how many pixels high and wide that the controller takes up. |
QDDimension |
Track.getSize()
This method allows your application to determine a track's source, or display, rectangle. |
QDDimension |
FullScreen.getSizeOfMainScreen()
Returns the current size in pixels of the main screen. |
QDDimension |
FullScreen.getSizeOfScreen(GDevice gd)
Returns the current size in pixels of the screen that is associated with the specified GDevice. |
QDDimension |
FullScreen.getPreflightSize(GDevice gd,
int width,
int height)
Returns the closest size to the specified size for the specified screen. |
QDDimension |
FullScreen.beginFullScreen(int flags)
This method converts the main screen to full screen mode by hiding menu bars, control strips, task bars, etc. |
QDDimension |
FullScreen.beginFullScreen(GDevice gd,
int desiredWidth,
int desiredHeight,
int flags)
This method converts the main screen to full screen mode. |
Methods in quicktime.std.movies with parameters of type QDDimension | |
void |
Track.setSize(QDDimension d)
This method allows your application to establish a track's source, or display, rectangle. |
Uses of QDDimension in quicktime.streaming |
Methods in quicktime.streaming that return QDDimension | |
QDDimension |
Presentation.getDimensions(Stream s)
This method gets the dimensions of the presenter |
Methods in quicktime.streaming with parameters of type QDDimension | |
void |
Presentation.setDimensions(Stream s,
QDDimension dim)
This method sets the dimensions of the presenter |
Constructors in quicktime.streaming with parameters of type QDDimension | |
MediaParams(QDDimension dim,
QDGraphics g)
Creates a MediaParams object from a dimension and gWorld |
|
MediaParams(QDDimension dim,
Matrix matrix,
QDGraphics g,
int lVol,
int rVol,
int bassLvl,
int trebLvl)
Creates a MediaParams object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |