|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The IControlPanel interface provides access to the control panel of the Video Player.
ControlPanel| Method Summary | |
void |
disablePanel()
Implements "disable" action of the control panel. |
void |
endPlay()
Implements "end play" action of the control panel. |
boolean |
getMute()
Gets mute value. |
void |
initPanel(MPEG1 player,
int heigth)
Initialization of the control panel. |
void |
paint(java.awt.Graphics g)
Paints the control panel. |
void |
pause()
Implements "pause" action of the control panel. |
void |
play()
Implements "play" action of the control panel. |
void |
setMute(boolean mute)
Sets the mute value. |
void |
stop()
Implements "stop" action of the control panel. |
| Method Detail |
public void initPanel(MPEG1 player,
int heigth)
player - the reference to the called applet.heigth - height of the movie screen.public void paint(java.awt.Graphics g)
g - the graphics context of the video player.public void setMute(boolean mute)
mute - the mute value.public boolean getMute()
public void play()
public void stop()
public void endPlay()
public void pause()
public void disablePanel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||