Uses of Class
javax.rad.ui.IImage.ImageType

Packages that use IImage.ImageType
com.sibvisions.rad.ui.awt.impl Contains the AWT dependent interface implementations of the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
 

Uses of IImage.ImageType in com.sibvisions.rad.ui.awt.impl
 

Methods in com.sibvisions.rad.ui.awt.impl with parameters of type IImage.ImageType
 void AwtImage.saveAs(OutputStream pOut, IImage.ImageType pType)
          Saves the current image as file.
 

Uses of IImage.ImageType in com.sibvisions.rad.ui.swing.impl
 

Methods in com.sibvisions.rad.ui.swing.impl with parameters of type IImage.ImageType
 void SwingImage.saveAs(OutputStream pOut, IImage.ImageType pType)
          Saves the current image as file.
 

Uses of IImage.ImageType in javax.rad.genui
 

Methods in javax.rad.genui with parameters of type IImage.ImageType
 void UIImage.saveAs(OutputStream pOut, IImage.ImageType pType)
          Saves the current image as file.
 

Uses of IImage.ImageType in javax.rad.ui
 

Methods in javax.rad.ui that return IImage.ImageType
static IImage.ImageType IImage.ImageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IImage.ImageType[] IImage.ImageType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in javax.rad.ui with parameters of type IImage.ImageType
 void IImage.saveAs(OutputStream pOut, IImage.ImageType pType)
          Saves the current image as file.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.