Carbide.c++

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

All Superinterfaces:
IImageSourceReference
All Known Subinterfaces:
ISVGSource

public interface ISVGSourceReference
extends IImageSourceReference

Representation of an SVG source file. This has an implicit mask file.


Method Summary
 IPath getImpliedMaskPath()
          provide the implicit mask project-relative filepath
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.image.IImageSourceReference
copy, getDefaultMaskPath, getPath, isValid, setPath
 

Method Detail

getImpliedMaskPath

IPath getImpliedMaskPath()
provide the implicit mask project-relative filepath


Carbide.c++