public interface TextChunk
PngImage.getTextChunk(java.lang.String)
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKeyword()
Returns the Latin-1 (ISO-8859-1) encoded keyword
of this TextChunk.
|
java.lang.String |
getLanguage()
Returns the language (RFC-1766) used by the translated
keyword and the text, or null if unspecified.
|
java.lang.String |
getText()
Returns the text of this TextChunk.
|
java.lang.String |
getTranslatedKeyword()
Returns a translation of the keyword into the language
used by this TextChunk, or null if unspecified.
|
int |
getType()
Returns the type of this TextChunk.
|
java.lang.String getKeyword()
java.lang.String getTranslatedKeyword()
java.lang.String getLanguage()
java.lang.String getText()
int getType()
PngConstants.tEXt
,PngConstants.zTXt
,PngConstants.iTXt