Uses of Interface
org.zkoss.image.Image
-
Packages that use Image Package Description org.zkoss.image org.zkoss.stateless.sul org.zkoss.zkmax.zul org.zkoss.zul org.zkoss.zul.impl -
-
Uses of Image in org.zkoss.image
Classes in org.zkoss.image that implement Image Modifier and Type Class Description class
AImage
Represents an image.Methods in org.zkoss.image that return Image Modifier and Type Method 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). -
Uses of Image in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return Image Modifier and Type Method Description Image
ICropper. getContent()
Returns the content set byICropper.withContent(org.zkoss.image.Image)
.Image
IImageBase. getContent()
Returns the content set byIImageBase.withContent(org.zkoss.image.Image)
.Image
ILineitem. getPointImageContent()
Returns the content set byILineitem.withPointImageContent(org.zkoss.image.Image)
.Methods in org.zkoss.stateless.sul with parameters of type Image Modifier and Type Method Description ICropper
ICropper. withContent(Image image)
Returns a copy ofthis
immutable component with the specifiedimage
.I
IImageBase. withContent(Image image)
Returns a copy ofthis
immutable component with the specifiedimage
.ILineitem<I>
ILineitem. withPointImageContent(Image pointImageContent)
Returns a copy ofthis
immutable component with the specifiedpointImageContent
. -
Uses of Image in org.zkoss.zkmax.zul
Methods in org.zkoss.zkmax.zul that return Image Modifier and Type Method Description Image
Cropper. getContent()
Returns the content set byCropper.setContent(org.zkoss.image.Image)
.Image
Lineitem. getPointImageContent()
Returns the source content of the point image.Methods in org.zkoss.zkmax.zul with parameters of type Image Modifier and Type Method Description void
Cropper. setContent(Image image)
Sets the content directly.void
Lineitem. setPointImageContent(Image image)
Sets the pointImageContent directly. -
Uses of Image in org.zkoss.zul
Methods in org.zkoss.zul that return Image Modifier and Type Method Description Image
Image. getContent()
Returns the content set byImage.setContent(org.zkoss.image.Image)
.Methods in org.zkoss.zul with parameters of type Image Modifier and Type Method Description void
Image. setContent(Image image)
Sets the content directly.void
Image. setHoverContent(Image image)
Sets the content of the hover image directly. -
Uses of Image in org.zkoss.zul.impl
Methods in org.zkoss.zul.impl that return Image Modifier and Type Method Description Image
LabelImageElement. getHoverImageContent()
Returns the content of the hover image set byLabelImageElement.setHoverImageContent(Image)
orLabelImageElement.setHoverImageContent(RenderedImage)
.Image
LabelImageElement. getImageContent()
Returns the image content set byLabelImageElement.setImageContent(Image)
orLabelImageElement.setImageContent(RenderedImage)
.Methods in org.zkoss.zul.impl with parameters of type Image Modifier and Type Method Description void
LabelImageElement. setHoverImageContent(Image image)
Sets the content of the hover image directly.void
LabelImageElement. setImageContent(Image image)
Sets the content directly.
-