org.tbee.swing
Class ImagingUtils

java.lang.Object
  extended by org.tbee.swing.ImagingUtils

public class ImagingUtils
extends java.lang.Object

This is a small class providing some basic and very often used image functions associated with the Imnaging library. Separating this out from ImageUtils prevent having to distribute the imaging jar every time.

Version:
$Revision: 1.5 $

Field Summary
static java.lang.String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
ImagingUtils()
           
 
Method Summary
static java.awt.Image brushedMetal(int width, int height)
          Create a metal brushed image
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final java.lang.String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

ImagingUtils

public ImagingUtils()
Method Detail

brushedMetal

public static java.awt.Image brushedMetal(int width,
                                          int height)
Create a metal brushed image



Copyright © 2010. All Rights Reserved.