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 classAImageRepresents an image.Methods in org.zkoss.image that return Image Modifier and Type Method Description static ImageImages. encode(java.lang.String name, java.awt.image.RenderedImage image)Encodes an AWT image into a ZK image.static ImageImages. 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 ImageICropper. getContent()Returns the content set byICropper.withContent(org.zkoss.image.Image).ImageIImageBase. getContent()Returns the content set byIImageBase.withContent(org.zkoss.image.Image).ImageILineitem. 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 ICropperICropper. withContent(Image image)Returns a copy ofthisimmutable component with the specifiedimage.IIImageBase. withContent(Image image)Returns a copy ofthisimmutable component with the specifiedimage.ILineitem<I>ILineitem. withPointImageContent(Image pointImageContent)Returns a copy ofthisimmutable 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 ImageCropper. getContent()Returns the content set byCropper.setContent(org.zkoss.image.Image).ImageLineitem. 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 voidCropper. setContent(Image image)Sets the content directly.voidLineitem. 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 ImageImage. 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 voidImage. setContent(Image image)Sets the content directly.voidImage. 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 ImageLabelImageElement. getHoverImageContent()Returns the content of the hover image set byLabelImageElement.setHoverImageContent(Image)orLabelImageElement.setHoverImageContent(RenderedImage).ImageLabelImageElement. 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 voidLabelImageElement. setHoverImageContent(Image image)Sets the content of the hover image directly.voidLabelImageElement. setImageContent(Image image)Sets the content directly.
-