org.eclipse.birt.report.engine.layout.emitter
Class Image
java.lang.Object
org.eclipse.birt.report.engine.layout.emitter.Image
public class Image
- extends java.lang.Object
Constructor Summary |
Image()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FORMAT_JPEG
public static final int FORMAT_JPEG
- See Also:
- Constant Field Values
FORMAT_GIF
public static final int FORMAT_GIF
- See Also:
- Constant Field Values
FORMAT_PNG
public static final int FORMAT_PNG
- See Also:
- Constant Field Values
FORMAT_BMP
public static final int FORMAT_BMP
- See Also:
- Constant Field Values
Image
public Image()
setData
public void setData(byte[] data)
check
public boolean check()
getBitsPerPixel
public int getBitsPerPixel()
getFormat
public int getFormat()
getFormatName
public java.lang.String getFormatName()
getHeight
public int getHeight()
getMimeType
public java.lang.String getMimeType()
getPhysicalHeightDpi
public int getPhysicalHeightDpi()
getPhysicalHeightInch
public float getPhysicalHeightInch()
getPhysicalWidthDpi
public int getPhysicalWidthDpi()
getPhysicalWidthInch
public float getPhysicalWidthInch()
getData
public byte[] getData()
getWidth
public int getWidth()
setInput
public void setInput(java.io.DataInput din)
setInput
public void setInput(byte[] data)
setInput
public void setInput(java.io.InputStream in)
Copyright © 2008 Actuate Corp. All rights reserved.