Uses of Class
org.jtheque.core.managers.resource.ImageType

Packages that use ImageType
org.jtheque.core.managers.core.application Contains the application's specification for the JTheque Core. 
org.jtheque.core.managers.resource Contains the resource manager. 
 

Uses of ImageType in org.jtheque.core.managers.core.application
 

Methods in org.jtheque.core.managers.core.application that return ImageType
 ImageType XMLApplication.getLogoType()
           
 ImageType Application.getLogoType()
          Return the image type of the logo.
 ImageType XMLApplication.getWindowIconType()
           
 ImageType Application.getWindowIconType()
          Return the image type of the window icon.
 

Uses of ImageType in org.jtheque.core.managers.resource
 

Methods in org.jtheque.core.managers.resource that return ImageType
static ImageType ImageType.resolve(java.lang.String type)
          Resolve the string type to the ImageType value.
static ImageType ImageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImageType[] ImageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jtheque.core.managers.resource with parameters of type ImageType
 javax.swing.ImageIcon ResourceManager.getIcon(java.lang.String id, ImageType type)
           
 javax.swing.ImageIcon IResourceManager.getIcon(java.lang.String id, ImageType type)
          Load and return the icon.
 javax.swing.ImageIcon ResourceManager.getIcon(java.lang.String basename, java.lang.String id, ImageType type)
           
 javax.swing.ImageIcon IResourceManager.getIcon(java.lang.String basename, java.lang.String id, ImageType type)
          Load and return the icon.
 java.awt.image.BufferedImage ResourceManager.getImage(java.lang.String id, ImageType type)
           
 java.awt.image.BufferedImage IResourceManager.getImage(java.lang.String id, ImageType type)
          Load and return the image.
 java.awt.image.BufferedImage ResourceManager.getImage(java.lang.String id, ImageType type, int width)
           
 java.awt.image.BufferedImage IResourceManager.getImage(java.lang.String id, ImageType type, int width)
          Load, return and resize the image.
 java.awt.image.BufferedImage ResourceManager.getImage(java.lang.String basename, java.lang.String id, ImageType type)
           
 java.awt.image.BufferedImage IResourceManager.getImage(java.lang.String basename, java.lang.String id, ImageType type)
          Load and return the image.
 java.awt.image.BufferedImage ResourceManager.getImage(java.lang.String basename, java.lang.String id, ImageType type, int width)
           
 java.awt.image.BufferedImage IResourceManager.getImage(java.lang.String basename, java.lang.String id, ImageType type, int width)
          Load, return and resize the image.
 



Copyright © 2009 JTheque. All Rights Reserved.