| 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.compoze.domino.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.  | 
 javax.activation.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 javax.activation.DataHandler serverGetImage()
                                            throws DominoException
public java.lang.String toString()
toString in class java.lang.Object
  | 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||