|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMMPAIFInfo
Abstract representation of the AIF statement.
Method Summary | |
---|---|
IMMPAIFInfo |
copy()
Deep copy the contents |
IBitmapSourceReference |
createBitmapSourceReference()
create a new, empty, invalid bitmap source reference (not added) |
int |
getColorDepth()
Get color depth for bitmaps; may be 0 if no bitmaps |
ImageFormat |
getImageFormat()
Get a copy of the image format. |
int |
getMaskDepth()
Get mask depth for bitmaps; may be 0 |
IPath |
getResource()
Get the project-relative resource file |
java.util.List<IBitmapSourceReference> |
getSourceBitmaps()
Access/modify the project-relative bitmaps -- this does not include SVG files! |
IPath |
getTarget()
Get the TARGETPATH-relative file |
boolean |
isColor()
Get color flag for bitmaps |
boolean |
isValid()
tell if this is valid, e.g., initialized: target, source, resource must be set |
void |
set(IMMPAIFInfo aifInfo)
Set contents from another. |
void |
setColor(boolean color)
Set color flag for bitmaps |
void |
setColorDepth(int depth)
Set color depth for bitmaps |
void |
setMaskDepth(int depth)
Set mask depth for bitmaps; may be 0 |
void |
setResource(IPath path)
Set the project-relative resource file |
void |
setSourceBitmaps(java.util.List<IBitmapSourceReference> bitmaps)
Set the project-relative bitmaps -- this does not include SVG files! |
void |
setTarget(IPath path)
Set the TARGETPATH-relative target file |
Method Detail |
---|
boolean isValid()
IPath getTarget()
void setTarget(IPath path)
IPath getResource()
void setResource(IPath path)
boolean isColor()
void setColor(boolean color)
int getColorDepth()
void setColorDepth(int depth)
int getMaskDepth()
void setMaskDepth(int depth)
java.util.List<IBitmapSourceReference> getSourceBitmaps()
void setSourceBitmaps(java.util.List<IBitmapSourceReference> bitmaps)
IBitmapSourceReference createBitmapSourceReference()
IImageSourceReference.isValid()
ImageFormat getImageFormat()
IMMPAIFInfo copy()
void set(IMMPAIFInfo aifInfo)
aifInfo
-
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |