org.tbee.swing
Class ImagingUtils

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

public class ImagingUtils
extends 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 String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
ImagingUtils()
           
 
Method Summary
static 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 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 Image brushedMetal(int width,
                                 int height)
Create a metal brushed image



Copyright © 2011 KnowledgePlaza. All Rights Reserved.