|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectClearImageJNI.ECiBase
ClearImageJNI.EComprColor
public class EComprColor
EComprColor enumerated type
| Field Summary | |
|---|---|
static EComprColor |
citcAUTO
enumerated constant citcAUTO |
static EComprColor |
citcJPEG
enumerated constant citcJPEG |
static EComprColor |
citcLZW
enumerated constant citcLZW |
static EComprColor |
citcNONE
enumerated constant citcNONE |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object __obj)
Compare two enumerated values for being equal |
static EComprColor |
fromInt(int __n)
Returns an enumerated value corresponding to a given integer. |
| Methods inherited from class ClearImageJNI.ECiBase |
|---|
toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static EComprColor citcAUTO
public static EComprColor citcNONE
public static EComprColor citcLZW
public static EComprColor citcJPEG
| Method Detail |
|---|
public boolean equals(java.lang.Object __obj)
equals in class java.lang.Objectpublic static EComprColor fromInt(int __n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||