|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PixMap | |
quicktime.qd | |
quicktime.std.image | |
quicktime.std.movies | |
quicktime.std.qtcomponents | |
quicktime.util |
Uses of PixMap in quicktime.qd |
Methods in quicktime.qd that return PixMap | |
PixMap |
QDGraphics.getPixMap()
A PixMap object which describes the pixels in this QDGraphics. |
static PixMap |
PixMap.fromGraphicsExporter(GraphicsExporter ge)
A PixMap object which describes the pixels in the QDGraphics. |
static PixMap |
PixMap.fromQDGraphics(QDGraphics g)
A PixMap object which describes the pixels in the QDGraphics. |
static PixMap |
PixMap.fromGDevice(GDevice g)
A PixMap object which describes the pixels in a GDevice. |
static PixMap |
PixMap.fromTrack(Track t)
A PixMap object which describes the Matte of a Track. |
PixMap |
GDevice.getPixMap()
Returns the PixMap associated with this gDevice |
Methods in quicktime.qd with parameters of type PixMap | |
static ColorTable |
ColorTable.fromPixMap(PixMap pm)
When creating a PixMap for a particular graphics device, Color QuickDraw creates a ColorTable that defines the best colors available for the pixel image on that particular graphics device. |
Constructors in quicktime.qd with parameters of type PixMap | |
Region(PixMap pMap)
Converts a specified BitMap or PixMap to a region. |
Uses of PixMap in quicktime.std.image |
Methods in quicktime.std.image that return PixMap | |
PixMap |
GraphicsExporter.getInputPixmap()
Determines the QDGraphics that is the source for input images to graphics export component. |
Methods in quicktime.std.image with parameters of type PixMap | |
static void |
QTImage.fDecompress(EncodedImage data,
ImageDescription desc,
QDGraphics dst,
QDRect srcRect,
Matrix matrix,
int mode,
Region mask,
PixMap matte,
QDRect matteRect,
int accuracy,
CodecComponent codec)
Decompresses a single frame image into a pixel map structure. |
void |
DSequence.setMatte(PixMap matte,
QDRect matteRect)
This method assigns a blend matte to the sequence. |
Constructors in quicktime.std.image with parameters of type PixMap | |
ImageDescription(PixMap pixmap)
Create an ImageDescription from a PixMap. |
Uses of PixMap in quicktime.std.movies |
Methods in quicktime.std.movies that return PixMap | |
PixMap |
Track.getMatte()
A PixMap object which describes the Matte of a Track. |
Methods in quicktime.std.movies with parameters of type PixMap | |
void |
Track.setMatte(PixMap pm)
A PixMap object which will describe the Matte of a Track. |
Uses of PixMap in quicktime.std.qtcomponents |
Methods in quicktime.std.qtcomponents with parameters of type PixMap | |
void |
ImageCompressionDialog.defaultPixMapSettings(PixMap src,
boolean motion)
Allows you to derive default compression settings for an image that is stored in a pixel map. |
void |
ImageCompressionDialog.setTestImagePixMap(PixMap testPixMap,
QDRect testRect,
int testFlags)
Sets the dialog box's test image from a PixMap. |
Uses of PixMap in quicktime.util |
Methods in quicktime.util with parameters of type PixMap | |
static RawEncodedImage |
RawEncodedImage.fromPixMap(PixMap pm)
Returns the actual Pixel data itself. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |