|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.domino.EmbeddedImageInfo
public class EmbeddedImageInfo
This class stores information about an embedded image.
| Field Summary | |
|---|---|
static int |
TYPE_GIF
Represents the image is of type ".gif". |
static int |
TYPE_JPEG
Represents the image is of type ".jpeg". |
| Method Summary | |
|---|---|
java.lang.String |
getFileName()
Gets the filename of the image. |
int |
getHeight()
Gets the height of the image. |
java.lang.String |
getID()
Gets the id of the image. |
int |
getSize()
Gets the size of the image. |
int |
getType()
Gets the type of the image. |
int |
getWidth()
Gets the width of the image. |
DataHandler |
serverGetImage()
Queries the server to get the image data handler. |
java.lang.String |
toString()
Returns the string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_GIF
public static final int TYPE_JPEG
| Method Detail |
|---|
public java.lang.String getID()
public int getType()
TYPE_GIF,
TYPE_JPEGpublic int getHeight()
public int getWidth()
public int getSize()
public java.lang.String getFileName()
public DataHandler serverGetImage()
throws DominoException
DominoExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||