|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ImageEx
public class ImageEx
Represents an image in a presentation.
Method Summary | |
---|---|
byte[] |
getBinaryData()
Returns the copy of an image's data. |
java.lang.String |
getContentType()
Returns a MIME type of an image. |
java.awt.geom.Point2D.Float |
getDpi()
|
int |
getHeight()
Returns a height of an image. |
java.awt.image.RenderedImage |
getImage()
Returns the copy of an image. |
int |
getWidth()
Returns a width of an image. |
int |
getX()
Returns a X-offset of an image. |
int |
getY()
Returns a Y-offset of an image. |
int |
hashCode()
Returns the hash code of an image. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getContentType()
public byte[] getBinaryData()
public java.awt.image.RenderedImage getImage() throws java.io.IOException
java.io.IOException
public int getWidth()
public int getHeight()
public int getX()
public int getY()
public java.awt.geom.Point2D.Float getDpi()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |