|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageEvent
Defines an interface for supplying an Image and metadata. Images are assumed to be uncompressed images with 8-bits per color channel.
Method Summary | |
---|---|
int |
getChannelCount()
Returns the number of color channels in the image. |
int |
getHeight()
Returns the Image height. |
Image |
getImage()
Returns the Image for this event. |
long |
getImageId()
Returns the id associated with the given image. |
String |
getImageSourceId()
Returns the id of the source of the Image. |
long |
getImageTimestampUTC()
Returns the timestamp of the Image. |
int |
getWidth()
Returns the Image width. |
int |
getWidthStep()
Returns the widthstep of the Image. |
Method Detail |
---|
long getImageId()
long getImageTimestampUTC()
String getImageSourceId()
int getWidth()
int getHeight()
int getChannelCount()
int getWidthStep()
Image getImage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |