Sıkıştırma
İçindekiler
[
Saklamak
]Inheritance: java.lang.Object
public class Compression
Görüntü sıkıştırma ayarlarını içerir.
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| Compression() |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| getType() | Türü alır. |
| setType(int value) | Türü ayarlar. |
| getJpeg() | JPEG seçeneklerini alır. |
| setJpeg(JpegOptions value) | JPEG seçeneklerini ayarlar. |
| getJpeg2000() | JPEG 2000 seçeneklerini alır. |
| setJpeg2000(Jpeg2000Options value) | JPEG 2000 seçeneklerini ayarlar. |
Compression()
public Compression()
getType()
public final int getType()
Türü alır.
Returns: int
setType(int value)
public final void setType(int value)
Türü ayarlar.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | int |
getJpeg()
public final JpegOptions getJpeg()
JPEG seçeneklerini alır.
Returns: JpegOptions
setJpeg(JpegOptions value)
public final void setJpeg(JpegOptions value)
JPEG seçeneklerini ayarlar.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | JpegOptions |
getJpeg2000()
public final Jpeg2000Options getJpeg2000()
JPEG 2000 seçeneklerini alır.
Returns: Jpeg2000Options
setJpeg2000(Jpeg2000Options value)
public final void setJpeg2000(Jpeg2000Options value)
JPEG 2000 seçeneklerini ayarlar.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | Jpeg2000Options |