|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.JAIHelper
public class JAIHelper
Helper class for JAI operations.
| Constructor Summary | |
|---|---|
JAIHelper()
|
|
| Method Summary | |
|---|---|
static void |
disableMediaLib()
Disables the "java.lang.NoClassDefFoundError: com/sun/medialib/mlib/Image" exception. |
static javax.media.jai.RenderedOp |
read(File file)
Loads the specified file. |
static javax.media.jai.RenderedOp |
read(String file)
Loads the specified file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JAIHelper()
| Method Detail |
|---|
public static void disableMediaLib()
public static javax.media.jai.RenderedOp read(File file)
file - the file to load
public static javax.media.jai.RenderedOp read(String file)
file - the file to load
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||