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