Uses of Class
com.threerings.opengl.gui.Image

Packages that use Image
com.threerings.opengl.gui.background   
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.gui.icon   
com.threerings.opengl.util   
com.threerings.tudey.client.util   
 

Uses of Image in com.threerings.opengl.gui.background
 

Constructors in com.threerings.opengl.gui.background with parameters of type Image
ImageBackground(int mode, Image image)
          Creates an image background in the specified mode using the supplied image.
ImageBackground(int mode, Image image, Insets frame)
          Creates an image background in the specified mode using the supplied image and the special frame.
ImageBackground(int mode, Image image, Insets frame, int anchor)
          Creates an image background in the specified mode using the supplied image and the special frame.
 

Uses of Image in com.threerings.opengl.gui.config
 

Methods in com.threerings.opengl.gui.config that return Image
 Image IconConfig.Image.getImage(GlContext ctx)
          Retrieves the image for the icon.
 Image IconConfig.ColorizedImage.getImage(GlContext ctx)
           
static Image IconConfig.getImage(GlContext ctx, String file, ColorizationConfig[] colorizations)
          Retrieves the specified image, applying the desired colorizations.
 

Uses of Image in com.threerings.opengl.gui.icon
 

Constructors in com.threerings.opengl.gui.icon with parameters of type Image
ImageIcon(Image image)
          Creates an icon from the supplied source image.
ScaledImageIcon(Image image, int twidth, int theight)
          Creates an icon that will display the specified image scaled to the supplied size.
ScaledImageIcon(Image image, int sx, int sy, int swidth, int sheight, int twidth, int theight)
          Creates an icon that will display the specified region of the supplied image scaled to the supplied size.
SubimageIcon(Image image, int x, int y, int width, int height)
          Creates an icon that will display the specified region of the supplied image.
 

Uses of Image in com.threerings.opengl.util
 

Methods in com.threerings.opengl.util that return Image
 Image ImageCache.getImage(String path, com.threerings.media.image.Colorization... zations)
          Retrieves a GUI image from the cache.
 

Uses of Image in com.threerings.tudey.client.util
 

Methods in com.threerings.tudey.client.util with parameters of type Image
 void SceneMap.render(float sx, float sy, float swidth, float sheight, int tx, int ty, int twidth, int theight, float alpha, Image mask)
          Renders a section of the map.
 



Copyright © 2011. All Rights Reserved.