|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextChunk
Common interface to all PNG text chunk data (tEXt
,
zTXt
, iTXt
).
PngImage.getTextChunk(java.lang.String)
Method Summary | |
---|---|
String |
getKeyword()
Returns the Latin-1 (ISO-8859-1) encoded keyword of this TextChunk. |
String |
getLanguage()
Returns the language (RFC-1766) used by the translated keyword and the text, or null if unspecified. |
String |
getText()
Returns the text of this TextChunk. |
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. |
Method Detail |
---|
String getKeyword()
String getTranslatedKeyword()
String getLanguage()
String getText()
int getType()
PngConstants.tEXt
,PngConstants.zTXt
,PngConstants.iTXt
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |