com.fluendo.player
public class Cortado extends Applet implements Runnable, MouseMotionListener, MouseListener, ComponentListener, BusHandler, StatusListener, ActionListener
Field Summary | |
---|---|
double | currentTime |
double | duration |
boolean | paused |
String | src |
Status | status |
static int | STATUS_AUTO |
static int | STATUS_HIDE |
static int | STATUS_SHOW |
Method Summary | |
---|---|
void | actionPerformed(ActionEvent e) |
void | componentHidden(ComponentEvent e) |
void | componentMoved(ComponentEvent e) |
void | componentResized(ComponentEvent e) |
void | componentShown(ComponentEvent e) |
void | createMenu() |
void | doPause() |
void | doPlay() |
void | doSeek(double aPos) |
void | doStop() |
String | getAppletInfo() |
boolean | getBoolParam(String name, boolean def) |
String | getCategoryName(String code) |
double | getDoubleParam(String name, double def) |
int | getEnumParam(String name, String[] vals, String def) |
Graphics | getGraphics() |
int | getIntParam(String name, int def) |
Locale | getLocale(String rfc3066) |
String | getParam(String name, String def) |
String[][] | getParameterInfo() |
double | getPlayPosition() |
String | getRevision() |
int | getShowStatus() |
Dimension | getSize() |
int | getStatusHeight() |
String | getStringParam(String name, String def) |
void | handleMessage(Message msg) |
void | init() |
void | mouseClicked(MouseEvent e) |
void | mouseDragged(MouseEvent e) |
void | mouseEntered(MouseEvent e) |
void | mouseExited(MouseEvent e) |
void | mouseMoved(MouseEvent e) |
void | mousePressed(MouseEvent e) |
void | mouseReleased(MouseEvent e) |
void | onAudio() |
void | onSeek(double aPos) |
void | onState(int aState) |
void | onSubtitles(int x, int y) |
void | paint(Graphics g) |
void | pause() |
void | play() |
void | populateMenu(Menu subtitlesMenu) |
void | restart() |
void | run() |
void | setParam(String name, String value) |
void | shutDown(Throwable error) |
void | start() |
void | stop() |
void | update(Graphics g) |