com.mxgraph.util.png
Class mxPngImageEncoder
- java.lang.Object
-
- com.mxgraph.util.png.mxPngImageEncoder
-
public class mxPngImageEncoder extends java.lang.ObjectAn ImageEncoder for the PNG file format.- Since:
- EA4
-
-
Constructor Summary
Constructors Constructor and Description mxPngImageEncoder(java.io.OutputStream output, mxPngEncodeParam param)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidencode(java.awt.image.RenderedImage im)This method encodes aRenderedImageinto PNG.java.io.OutputStreamgetOutputStream()Returns the OutputStream associated with this ImageEncoder.mxPngEncodeParamgetParam()voidsetParam(mxPngEncodeParam param)
-
-
-
Constructor Detail
-
mxPngImageEncoder
public mxPngImageEncoder(java.io.OutputStream output, mxPngEncodeParam param)
-
-
Method Detail
-
getParam
public mxPngEncodeParam getParam()
-
setParam
public void setParam(mxPngEncodeParam param)
-
getOutputStream
public java.io.OutputStream getOutputStream()
Returns the OutputStream associated with this ImageEncoder.
-
encode
public void encode(java.awt.image.RenderedImage im) throws java.io.IOExceptionThis method encodes aRenderedImageinto PNG. The stream into which the PNG is dumped is not closed at the end of the operation, this should be done if needed by the caller of this method.- Throws:
java.io.IOException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG