|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.metafiles.EmbeddedBitmap
public class EmbeddedBitmap
Represents a BMP image embedded to a metafile.
Method Summary | |
---|---|
byte[] |
getBinaryData()
Creates and returns an array of bytes, containing data of image. |
java.awt.image.BufferedImage |
getImage()
Creates and returns a copy of the image. |
void |
write(java.io.OutputStream stream)
Writes bitmap to the specified stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte[] getBinaryData()
public java.awt.image.BufferedImage getImage()
public void write(java.io.OutputStream stream) throws java.io.IOException
stream
- - target stream.
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |