Carbide.c++

com.nokia.carbide.cpp.epoc.engine.image
Interface IBitmapSource

All Superinterfaces:
IBitmapSourceReference, IImageSource, IImageSourceReference

public interface IBitmapSource
extends IBitmapSourceReference, IImageSource

Model for a bitmap source file with color information.

The bitmap mask path may be null when the mask depth is non-zero. In this case, clients should use the value of #getDefaultMaskPath().


Method Summary
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.image.IBitmapSourceReference
getMaskPath, setMaskPath
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.image.IImageSourceReference
copy, getDefaultMaskPath, getPath, setPath
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.image.IImageSource
getDefaultMaskPath, getDepth, getImageFormat, getMaskDepth, isColor, isValid, isValidDepth, setColor, setDepth, setFrom, setMaskDepth
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.image.IImageSourceReference
copy, getDefaultMaskPath, getPath, setPath
 


Carbide.c++