|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.pxlab.pxl.DisplaySupport
de.pxlab.pxl.Display
de.pxlab.pxl.display.MediaPlayer
de.pxlab.pxl.display.MediaPlayerStart
public class MediaPlayerStart
Start the media player. The player must be opened before it may be started.
| Field Summary | |
|---|---|
ExPar |
StartDelay
The delay between the show() method and the actual start of the media player. |
| Fields inherited from class de.pxlab.pxl.display.MediaPlayer |
|---|
Cycle, Directory, FastStart, FileName, Height, LocationX, LocationY, mpKey, ReferencePoint, staticMediaPlayer, Width |
| Fields inherited from class de.pxlab.pxl.DisplaySupport |
|---|
exParFields, group, instanceName, node, timingGroupLimit |
| Fields inherited from interface de.pxlab.pxl.ExParTypeCodes |
|---|
ANGLE, COLOR, COLOR_EDITOR, DEPCOLOR, DOUBLE, DURATION, editor, EXPARNAME, EXPFACTOR, FLAG, FONTNAME, GEOMETRY_EDITOR, HORSCREENPOS, HORSCREENSIZE, INT_8_BIT, INTEGER, KEYCODE, PROPORT, PROPORTION, RTDATA, SCREENPOS, SCREENSIZE, SIGNED_PROPORTION, SMALL_DOUBLE, SMALL_INT, SMALL_SCREENSIZE, SMALL_VISUAL_ANGLE, SPECTRUM, STRING, TIMING_EDITOR, UNKNOWN, VERSCREENPOS, VERSCREENSIZE, VISUAL_ANGLE |
| Constructor Summary | |
|---|---|
MediaPlayerStart()
|
|
| Method Summary | |
|---|---|
protected void |
computeGeometry()
A Display's computeGeometry() method is called whenever the size of the receiving display panel is initialized or has been changed, or a geometry parameter of the display has been adjusted. |
void |
show()
Draws all objects in the list of DisplayElements but the background. |
void |
show(java.awt.Graphics g)
Draws the background if it has been defined and then draws all objects in the list of DisplayElements. |
void |
showGroup()
Shows the currently active timing group as it is defined by the current value of activeTimingGroup. |
void |
showGroup(java.awt.Graphics g)
First shows the background element if necessary and then shows all objects belonging to the current timing group. |
protected void |
timingGroupFinished(int group)
This method is called when the display of the currently active timing group has been finished. |
| Methods inherited from class de.pxlab.pxl.display.MediaPlayer |
|---|
create, getCanPreload, isGraphic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ExPar StartDelay
| Constructor Detail |
|---|
public MediaPlayerStart()
| Method Detail |
|---|
protected void computeGeometry()
Display
computeGeometry in class MediaPlayerpublic void show(java.awt.Graphics g)
Display
show in class Displayg - a currently valid Graphics context for painting.public void show()
Display
show in class Displaypublic void showGroup()
Display
showGroup in class Displaypublic void showGroup(java.awt.Graphics g)
Display
showGroup in class Displayg - the Graphics context for painting.protected void timingGroupFinished(int group)
Display
timingGroupFinished in class Displaygroup - the index of the timing group which has been
run.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||