|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GDevice | |
quicktime.qd | |
quicktime.std.image | |
quicktime.std.movies | |
quicktime.std.sg | |
quicktime.streaming |
Uses of GDevice in quicktime.qd |
Methods in quicktime.qd that return GDevice | |
static GDevice |
GDevice.fromSequenceGrabber(SequenceGrabber sg)
Returns the current device of the sequence grabber. |
static GDevice |
GDevice.get()
Returns the current graphic device. |
static GDevice |
GDevice.getList()
Returns the first graphic device in the device list. |
static GDevice |
GDevice.getMain()
Returns the graphic device for the main screen. |
static GDevice |
GDevice.getMax(QDRect globalRect)
Returns the graphic device with the greatest pixel depth. |
GDevice |
GDevice.getNext()
Returns the graphic device that is the next device from this in the device list. |
Methods in quicktime.qd with parameters of type GDevice | |
static PixMap |
PixMap.fromGDevice(GDevice g)
A PixMap object which describes the pixels in a GDevice. |
Constructors in quicktime.qd with parameters of type GDevice | |
SetGWorld(QDGraphics cg,
GDevice gdh)
Deprecated. QuickDraw uses a global "current graphics context". |
|
QDGraphics(int pixelFormat,
QDRect bounds,
ColorTable cTable,
GDevice aGDevice,
int flags)
An offscreen graphics world in Color QuickDraw contains a GWorld - and its handles to associated PixMap and ColorTables - that describe an offscreen graphics port. |
Uses of GDevice in quicktime.std.image |
Methods in quicktime.std.image with parameters of type GDevice | |
void |
GraphicsImporter.setGWorld(QDGraphics port,
GDevice gdh)
Call this method to give the client the QDGraphics object it should use to do its drawing. |
Uses of GDevice in quicktime.std.movies |
Methods in quicktime.std.movies with parameters of type GDevice | |
void |
Movie.setGWorld(QDGraphics port,
GDevice gdh)
The setGWorld method allows your application to establish a movie's display coordinate system by setting the graphics world for displaying a movie. |
void |
Track.setGWorld(QDGraphics port,
GDevice gdh)
This method sets a new QDGraphics for the track. |
java.awt.Dimension |
FullScreen.getScreenSize(GDevice gd)
Deprecated. as of QTJava 4.0 see getSizeOfScreen |
QDDimension |
FullScreen.getSizeOfScreen(GDevice gd)
Returns the current size in pixels of the screen that is associated with the specified GDevice. |
java.awt.Dimension |
FullScreen.preflightSize(GDevice gd,
int width,
int height)
Deprecated. as of QTJava 4.0 see sizeOfScreen |
QDDimension |
FullScreen.getPreflightSize(GDevice gd,
int width,
int height)
Returns the closest size to the specified size for the specified screen. |
java.awt.Dimension |
FullScreen.begin(GDevice gd,
int desiredWidth,
int desiredHeight,
int flags)
Deprecated. as of QTJava 4.0 see beginFullScreen |
QDDimension |
FullScreen.beginFullScreen(GDevice gd,
int desiredWidth,
int desiredHeight,
int flags)
This method converts the main screen to full screen mode. |
Uses of GDevice in quicktime.std.sg |
Methods in quicktime.std.sg that return GDevice | |
GDevice |
SequenceGrabber.getGWorldDevice()
Returns the current device of the sequence grabber. |
Methods in quicktime.std.sg with parameters of type GDevice | |
void |
SequenceGrabber.setGWorld(QDGraphics port,
GDevice gdh)
Establishes the graphics port and device for a sequence grabber. |
Uses of GDevice in quicktime.streaming |
Methods in quicktime.streaming that return GDevice | |
GDevice |
MediaParams.getGDHandle()
gets the graphics device associated with the video component |
Methods in quicktime.streaming with parameters of type GDevice | |
void |
Presentation.setGWorld(Stream s,
QDGraphics gWorld,
GDevice gd)
This method sets the GWorld of the presenter |
void |
MediaParams.setGDHandle(GDevice gdh)
Sets the graphics device used by the video media |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |