GifCommentBlock
İçindekiler
[
Saklamak
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.gif.GifBlock
public class GifCommentBlock extends GifBlock
Gif yorum bloğu.
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| GifCommentBlock() | Yeni bir GifCommentBlock sınıfı örneği başlatır. |
| GifCommentBlock(String comment) | Yeni bir GifCommentBlock sınıfı örneği başlatır. |
Alanlar
| Alan | Açıklama |
|---|---|
| EXTENSION_LABEL | Gif yorum bloğu uzantı etiketi. |
| BLOCK_HEADER_SIZE | Blok başlık boyutunu tanımlar. |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| getComment() | Yorumu alır veya ayarlar. |
| setComment(String value) | Yorumu alır veya ayarlar. |
GifCommentBlock()
public GifCommentBlock()
Yeni bir GifCommentBlock sınıfı örneği başlatır.
GifCommentBlock(String comment)
public GifCommentBlock(String comment)
Yeni bir GifCommentBlock sınıfı örneği başlatır.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| comment | java.lang.String | Yorum. |
EXTENSION_LABEL
public static final byte EXTENSION_LABEL
Gif yorum bloğu uzantı etiketi.
BLOCK_HEADER_SIZE
public static final int BLOCK_HEADER_SIZE
Blok başlık boyutunu tanımlar.
getComment()
public String getComment()
Yorumu alır veya ayarlar. Not: yorum ASCII kodlamasını kullanmalı ve buna göre depolanacaktır.
Değer: Yorum.
Returns: java.lang.String
setComment(String value)
public void setComment(String value)
Yorumu alır veya ayarlar. Not: yorum ASCII kodlamasını kullanmalı ve buna göre depolanacaktır.
Değer: Yorum.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | java.lang.String |