Uses of Interface
org.zkoss.image.Image

Packages that use Image
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). 
 

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.zul
 

Methods in org.zkoss.zul that return Image
 Image Image.getContent()
          Returns the content set by Image.setContent(org.zkoss.image.Image).
 

Methods in org.zkoss.zul with parameters of type Image
 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
 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).
 

Methods in org.zkoss.zul.impl with parameters of type Image
 void LabelImageElement.setHoverImageContent(Image image)
          Sets the content of the hover image directly.
 void LabelImageElement.setImageContent(Image image)
          Sets the content directly.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo