Package | Description |
---|---|
org.zkoss.image |
Image classes and interfaces.
|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
org.zkoss.zul.impl |
Classes used to implement ZUL Component Set (implementation only).
|
Modifier and Type | Class and Description |
---|---|
class |
AImage
Represents an image.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
Image |
Image.getContent()
Returns the content set by
Image.setContent(org.zkoss.image.Image) . |
Modifier and Type | Method and Description |
---|---|
void |
Image.setContent(Image image)
Sets the content directly.
|
void |
Image.setHoverContent(Image image)
Sets the content of the hover image directly.
|
Modifier and Type | Method and Description |
---|---|
Image |
LabelImageElement.getHoverImageContent()
Returns the content of the hover image
set by
LabelImageElement.setHoverImageContent(Image)
or LabelImageElement.setHoverImageContent(RenderedImage) . |
Image |
LabelImageElement.getImageContent()
Returns the image content
set by
LabelImageElement.setImageContent(Image)
or LabelImageElement.setImageContent(RenderedImage) . |
Modifier and Type | Method and Description |
---|---|
void |
LabelImageElement.setHoverImageContent(Image image)
Sets the content of the hover image directly.
|
void |
LabelImageElement.setImageContent(Image image)
Sets the content directly.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.