|
JGraph X 1.9.2.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mxgraph.util.png.mxPngTextDecoder
public class mxPngTextDecoder
Utility class to extract the compression text portion of a PNG
| Field Summary | |
|---|---|
static int |
PNG_CHUNK_IEND
|
static int |
PNG_CHUNK_ZTXT
|
| Constructor Summary | |
|---|---|
mxPngTextDecoder()
|
|
| Method Summary | |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
decodeCompressedText(java.io.InputStream stream)
Decodes the zTXt chunk of the given PNG image stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PNG_CHUNK_ZTXT
public static final int PNG_CHUNK_IEND
| Constructor Detail |
|---|
public mxPngTextDecoder()
| Method Detail |
|---|
public static java.util.Map<java.lang.String,java.lang.String> decodeCompressedText(java.io.InputStream stream)
|
JGraph X 1.9.2.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||