public class VideoJavaSE extends java.lang.Object implements VideoInterface
| Red (ahuseyno) |
| Red (ahuseyno) |
| Constructor and Description |
|---|
VideoJavaSE() |
| Modifier and Type | Method and Description |
|---|---|
void |
fire()
Callback for video.fire() - empty implementation.
|
void |
init(Video video)
Initialize the interface - empty implementation.
|
void |
initialize()
Callback for video.initialize() - empty implementation.
|
void |
place(PortableContainer container)
Empty implementation.
|
void |
stop()
Callback for video.stop() - empty implementation.
|
void |
updateBoundingBox(float x1,
float y1,
float x2,
float y2)
Callback for video.updateBoundingBox(float, float, float, float) - empty implementation.
|
public void place(PortableContainer container)
place in interface PortablePlaceablecontainer - The container to hold the actor.public void init(Video video)
init in interface VideoInterfacevideo - the video whose interface is initialized.public void initialize()
throws IllegalActionException
initialize in interface VideoInterfaceIllegalActionException - if there is problem initializing.public void stop()
stop in interface VideoInterfacepublic void fire()
throws IllegalActionException
fire in interface VideoInterfaceIllegalActionException - if there is problem initializing.public void updateBoundingBox(float x1,
float y1,
float x2,
float y2)
updateBoundingBox in interface VideoInterfacex1 - top left xy1 - top left yx2 - bottom right xy2 - bottom right y