public interface VideoInterface extends PortablePlaceable
| Red (ahuseyno) |
| Red (ahuseyno) |
| Modifier and Type | Method and Description |
|---|---|
void |
fire()
Callback for video.fire().
|
void |
init(Video video)
Initialize the interface.
|
void |
initialize()
Callback for video.initialize().
|
void |
stop()
Callback for video.stop().
|
void |
updateBoundingBox(float x1,
float y1,
float x2,
float y2)
Callback for video.updateBoundingBox(float, float, float, float).
|
placevoid init(Video video)
video - the video whose interface is initialized.void initialize()
throws IllegalActionException
IllegalActionException - if there is problem initializing.void stop()
void fire() throws IllegalActionException
IllegalActionException - if there is problem initializing.void updateBoundingBox(float x1,
float y1,
float x2,
float y2)
x1 - top left xy1 - top left yx2 - bottom right xy2 - bottom right y