|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPPImage
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, encoded in BinaryData . |
int |
getHeight()
Returns a height of an image. |
java.awt.image.BufferedImage |
getSystemImage()
Returns the copy of an image of the System.Drawing.Image type. |
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. |
void |
replaceImage(byte[] newImageData)
Replaces image data. |
void |
replaceImage(IPPImage newImage)
Replaces image. |
Method Detail |
---|
byte[] getBinaryData()
Returns the copy of an image's data.
Read-only byte[]
.
java.awt.image.BufferedImage getSystemImage()
Returns the copy of an image of the System.Drawing.Image type.
Read-only BufferedImage
.
void replaceImage(byte[] newImageData)
Replaces image data.
newImageData
- The new image's data.
void replaceImage(IPPImage newImage)
Replaces image.
newImage
- The new IPPImage.
java.lang.String getContentType()
Returns a MIME type of an image, encoded in BinaryData
.
Read-only String
.
int getWidth()
Returns a width of an image.
Read-only int
.
int getHeight()
Returns a height of an image.
Read-only int
.
int getX()
Returns a X-offset of an image.
Read-only int
.
int getY()
Returns a Y-offset of an image.
Read-only int
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |