|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.elegantj.common.ImageEncoder
|
+--com.elegantj.common.BmpEncoder
It outputs to the output stream which appoints Image, with BMP type.
| Field Summary |
| Fields inherited from class com.elegantj.common.ImageEncoder |
m_outputStream |
| Fields inherited from interface java.awt.image.ImageConsumer |
COMPLETESCANLINES, IMAGEABORTED, IMAGEERROR, RANDOMPIXELORDER, SINGLEFRAME, SINGLEFRAMEDONE, SINGLEPASS, STATICIMAGEDONE, TOPDOWNLEFTRIGHT |
| Constructor Summary | |
BmpEncoder(java.awt.Image in_image,
java.io.OutputStream in_outputStream)
The encoder for output of BMP type is drawn up. |
|
BmpEncoder(java.awt.image.ImageProducer in_imageProducer,
java.io.OutputStream in_outputStream)
The encoder for output of BMP type is drawn up. |
|
| Methods inherited from class com.elegantj.common.ImageEncoder |
Encode, imageComplete, setColorModel, setDimensions, setHints, setPixels, setPixels, setProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BmpEncoder(java.awt.Image in_image,
java.io.OutputStream in_outputStream)
throws java.io.IOException
in_image - imagein_outputStream - output stream
It failed in @exception IOException entry.
public BmpEncoder(java.awt.image.ImageProducer in_imageProducer,
java.io.OutputStream in_outputStream)
throws java.io.IOException
in_imageProducer - Image Producerin_outputStream - output stream
java.io.IOException - It failed in entry.
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||