|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Image | |
|---|---|
| org.zkoss.image | Image classes and interfaces. |
| org.zkoss.util.media | Media classes, interfaces and utilities. |
| Uses of Image in org.zkoss.image |
|---|
| Classes in org.zkoss.image that implement Image | |
|---|---|
class |
AImage
Represents an image. |
| Methods in org.zkoss.image that return Image | |
|---|---|
static Image |
Images.encode(java.lang.String name,
java.awt.image.RenderedImage image)
Encodes an AWT image into a ZK image. |
static Image |
Images.encode(java.lang.String name,
java.awt.image.RenderedImage image,
float quality,
boolean encodeAlpha)
Encodes an AWT image into a ZK image (in PNG, JPEG or other format). |
| Uses of Image in org.zkoss.util.media |
|---|
| Methods in org.zkoss.util.media that return Image | |
|---|---|
Image |
Photo.getAvatar()
Returns the avatar (icon) of this object. |
Image |
Photo.getPhoto()
Returns the photo of this object. |
| Methods in org.zkoss.util.media with parameters of type Image | |
|---|---|
void |
Photo.setAvatar(Image avatar)
Sets the avator (icon) of this object. |
void |
Photo.setPhoto(Image photo)
Sets the photo of this object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||