|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.image.ImageHelper
A class that holds static functions that do things we tend to do to images a lot.
Constructor Summary | |
ImageHelper()
|
Method Summary | |
static int[] |
grabPixels(java.awt.image.PixelGrabber pg)
Take a PixelGrabber and get the pixels out of it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImageHelper()
Method Detail |
public static int[] grabPixels(java.awt.image.PixelGrabber pg)
pg
- PixelGrabber
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |