CompressionType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class CompressionType
This attribute is only meaningful if the foreign data is a raster-based foreign object, such as a DIB, JPG, PNG, TIFF, or GIF file. The value indicates the type of compression applied to the file.
Fields
Field | Description |
---|---|
GIF | GIF compression. |
JPEG | JPEG compression. |
NO | No compression (the default). |
PNG | PNG compression. |
TIFF | TIFF compression. |
UNDEFINED | Undefined. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
GIF
public static final int GIF
GIF compression.
JPEG
public static final int JPEG
JPEG compression.
NO
public static final int NO
No compression (the default).
PNG
public static final int PNG
PNG compression.
TIFF
public static final int TIFF
TIFF compression.
UNDEFINED
public static final int UNDEFINED
Undefined.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |