|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.image.ImageHelper
public class ImageHelper
A class that holds static functions that do things we tend to do to images a lot.
| Field Summary | |
|---|---|
static java.util.logging.Logger |
logger
|
| 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 |
| Field Detail |
|---|
public static final java.util.logging.Logger logger
| 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 | |||||||||