ClearImageJNI
Class EComprColor

java.lang.Object
  extended by ClearImageJNI.ECiBase
      extended by ClearImageJNI.EComprColor

public class EComprColor
extends ECiBase

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

citcAUTO

public static EComprColor citcAUTO
enumerated constant citcAUTO


citcNONE

public static EComprColor citcNONE
enumerated constant citcNONE


citcLZW

public static EComprColor citcLZW
enumerated constant citcLZW


citcJPEG

public static EComprColor citcJPEG
enumerated constant citcJPEG

Method Detail

equals

public boolean equals(java.lang.Object __obj)
Compare two enumerated values for being equal

Overrides:
equals in class java.lang.Object

fromInt

public static EComprColor fromInt(int __n)
Returns an enumerated value corresponding to a given integer.