|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Common interface to all PNG text chunks (tEXt, zTXt, iTXt).
PngImage.getTextChunk(java.lang.String)
,
PngImage.getProperty(java.lang.String)
Method Summary | |
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. |
Method Detail |
public java.lang.String getKeyword()
public java.lang.String getTranslatedKeyword()
public java.lang.String getLanguage()
public java.lang.String getText()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |