|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ifs.beans.LibraryObject | +--oracle.ifs.beans.TieLibraryObject | +--oracle.ifs.beans.PublicObject | +--oracle.ifs.beans.TiePublicObject | +--oracle.ifs.beans.Category | +--oracle.ifs.beans.TieCategory | +--oracle.ifs.beans.InterMediaSource | +--oracle.ifs.beans.TieInterMediaSource | +--oracle.ifs.beans.InterMediaImage
InterMediaImage subclass. This Category subclass is meant to represent meta data extracted from an image file. The extraction is performed by the InterMediaAnnotatorAgent.
Field Summary | |
static java.lang.String |
CLASS_NAME
This class name for this class. |
static java.lang.String |
IMAGEBITSPERPIXEL_ATTRIBUTE
Name of the IMAGEBITSPERPIXEL Attribute |
static java.lang.String |
IMAGECOUNT_ATTRIBUTE
Name of the IMAGECOUNT Attribute |
static java.lang.String |
IMAGEHEIGHT_ATTRIBUTE
Name of the IMAGEHEIGHT Attribute |
static java.lang.String |
IMAGEHORIZONTALRES_ATTRIBUTE
Name of the IMAGEHORIZONTALRES Attribute |
static java.lang.String |
IMAGEPIXELFORMAT_ATTRIBUTE
Name of the IMAGEPIXELFORMAT Attribute |
static java.lang.String |
IMAGEVERTICALRES_ATTRIBUTE
Name of the IMAGEVERTICALRES Attribute |
static java.lang.String |
IMAGEWIDTH_ATTRIBUTE
Name of the IMAGEWIDTH Attribute |
Fields inherited from class oracle.ifs.beans.Category |
ASSOCIATEDPUBLICOBJECT_ATTRIBUTE |
Method Summary | |
java.lang.Integer |
getImageBitsPerPixel()
returns The Number of bits per image pixel |
java.lang.Integer |
getImageCount()
returns The number of images stored in the file |
java.lang.Long |
getImageHeight()
returns The height of the image |
java.lang.Double |
getImageHorizontalRes()
returns The Horizontal resolution in pxl/in |
java.lang.String |
getImagePixelFormat()
returns The color space of the image, including the resolution |
java.lang.Double |
getImageVerticalRes()
returns The Vertical resolution in pxl/in |
java.lang.Long |
getImageWidth()
returns The width of the image |
Methods inherited from class oracle.ifs.beans.Category |
getAssociatedPublicObject |
Methods inherited from class oracle.ifs.beans.LibraryObject |
equals, free, free, getAttribute, getAttributeByUpperCaseName, getAttributes, getAttributesByUpperCaseNames, getClassId, getClassObject, getDefinition, getId, getLabel, getName, getSession, invokeServerMethod, isInstanceOf, isTraced, lookupInstanceLabel, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, setAttributes, setAttributes, setName, toString, trace, update |
Methods inherited from interface oracle.ifs.common.LibraryObjectInterface |
getId |
Methods inherited from interface oracle.ifs.common.Traceable |
getTraceLogger, isTraced, trace |
Field Detail |
public static final java.lang.String CLASS_NAME
public static final java.lang.String IMAGEHEIGHT_ATTRIBUTE
public static final java.lang.String IMAGEWIDTH_ATTRIBUTE
public static final java.lang.String IMAGECOUNT_ATTRIBUTE
public static final java.lang.String IMAGEPIXELFORMAT_ATTRIBUTE
public static final java.lang.String IMAGEBITSPERPIXEL_ATTRIBUTE
public static final java.lang.String IMAGEHORIZONTALRES_ATTRIBUTE
public static final java.lang.String IMAGEVERTICALRES_ATTRIBUTE
Method Detail |
public java.lang.Long getImageHeight() throws IfsException
IfsException
- if operation failspublic java.lang.Long getImageWidth() throws IfsException
IfsException
- if operation failspublic java.lang.Integer getImageCount() throws IfsException
IfsException
- if operation failspublic java.lang.String getImagePixelFormat() throws IfsException
IfsException
- if operation failspublic java.lang.Integer getImageBitsPerPixel() throws IfsException
IfsException
- if operation failspublic java.lang.Double getImageHorizontalRes() throws IfsException
IfsException
- if operation failspublic java.lang.Double getImageVerticalRes() throws IfsException
IfsException
- if operation fails
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |