|
JIU 0.14.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransparencyInformation
An interface that represents transparency information which may be available for a pixel image. Transparency information describes how an image is supposed to be drawn on a pixel background (e.g. another image). That way, irregularly shaped images can easily be handled by excluding those pixels of a rectangular image that are not part of the image.
Method Summary | |
---|---|
IntegerImage |
getAlphaChannelImage()
Returns an image object that contains an alpha channel. |
Integer |
getTransparencyIndex()
If there is a transparency index, this method returns it. |
void |
setAlphaChannelImage(IntegerImage newImage)
Set a new alpha channel image object. |
void |
setTransparencyIndex(Integer newValue)
Set a new transparency value. |
Method Detail |
---|
IntegerImage getAlphaChannelImage()
setAlphaChannelImage(net.sourceforge.jiu.data.IntegerImage)
Integer getTransparencyIndex()
setTransparencyIndex(java.lang.Integer)
void setAlphaChannelImage(IntegerImage newImage)
getAlphaChannelImage()
void setTransparencyIndex(Integer newValue)
null
.
However, if the value is non-null, it must encapsulate an
integer number which is 0 or larger.
newValue
- new transparency index
IllegalArgumentException
- if the argument is non-null and contains a negative valuegetAlphaChannelImage()
|
JIU 0.14.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |