org.tbee.swing
Class ImagingUtils
java.lang.Object
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 $
|
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 |
SOURCECODE_VERSION
public static final String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
ImagingUtils
public ImagingUtils()
brushedMetal
public static Image brushedMetal(int width,
int height)
- Create a metal brushed image
Copyright © 2012 KnowledgePlaza. All Rights Reserved.