|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PPImage
public abstract class PPImage
Represents an abstract image used in a presentation.
Field Summary | |
---|---|
protected EsBlip |
m_blip
|
protected float |
m_height
|
protected Presentation |
m_parent
|
protected java.awt.image.RenderedImage |
m_renderedImage
|
protected float |
m_width
|
Constructor Summary | |
---|---|
protected |
PPImage(Presentation parent,
EsBlip blip)
|
Method Summary | |
---|---|
protected EsBlip |
getBlip()
|
protected float |
getHeight()
|
protected abstract java.lang.String |
getId()
Returns id unique for all subclasses |
byte[] |
getImage()
Returns an Image object. |
int |
getImageFormat()
Returns the format of a picture. |
Presentation |
getParent()
Returns the parent presentation for a picture. |
java.awt.image.RenderedImage |
getRenderedImage()
|
java.awt.image.RenderedImage |
getRenderedImage(int w,
int h)
|
protected float |
getWidth()
|
void |
write(java.io.OutputStream stream)
Writes picture to a stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Presentation m_parent
protected EsBlip m_blip
protected float m_width
protected float m_height
protected java.awt.image.RenderedImage m_renderedImage
Constructor Detail |
---|
protected PPImage(Presentation parent, EsBlip blip) throws PptImageException
PptImageException
Method Detail |
---|
public void write(java.io.OutputStream stream) throws PptImageException
stream
- the output stream.
PptImageException
public byte[] getImage()
public java.awt.image.RenderedImage getRenderedImage(int w, int h)
public java.awt.image.RenderedImage getRenderedImage()
public Presentation getParent()
public int getImageFormat()
ImageFormat
.protected float getWidth()
protected float getHeight()
protected EsBlip getBlip()
protected abstract java.lang.String getId()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |