public class VideoJavaSE extends java.lang.Object implements VideoInterface
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 PortablePlaceable
container
- The container to hold the actor.public void init(Video video)
init
in interface VideoInterface
video
- the video whose interface is initialized.public void initialize() throws IllegalActionException
initialize
in interface VideoInterface
IllegalActionException
- if there is problem initializing.public void stop()
stop
in interface VideoInterface
public void fire() throws IllegalActionException
fire
in interface VideoInterface
IllegalActionException
- if there is problem initializing.public void updateBoundingBox(float x1, float y1, float x2, float y2)
updateBoundingBox
in interface VideoInterface
x1
- top left xy1
- top left yx2
- bottom right xy2
- bottom right y