|
||||||||||
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 | |
---|---|
ByteBuffer |
getData()
|
Integer |
getHeight()
Returns the Image height. |
Long |
getImageId()
Returns the id associated with the given image. |
String |
getImageSourceId()
Returns the id of the source of the Image. |
Long |
getImageTimestampMillisecUTC()
Returns the timestamp of the Image. |
Integer |
getNChannels()
Returns the number of color channels in the image. |
Integer |
getWidth()
Returns the Image width. |
Integer |
getWidthStep()
Returns the widthstep of the Image. |
Method Detail |
---|
Long getImageId()
Long getImageTimestampMillisecUTC()
String getImageSourceId()
Integer getWidth()
Integer getHeight()
Integer getNChannels()
Integer getWidthStep()
ByteBuffer getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |