Command and Syntax |
Description |
Example |
J:CODE |
A frame of Ascii characters.
CODE : the compressed frame of Ascii characters. You don't have to care about compression/uncompression,
for there is a class AsciiPacker.java that does all the work for you
with two simple methodes.
Have a look at the source code for more information about compression.
When CODE is empty the content is the same as in the frame before without change.
|
J:A7 3 \-/%0J|a|V|E%0 /-\ |
S:X Y CODE |
A selection placed over the current frame:
X , Y : the coordinates for the rectangular selection.
CODE : the compressed content of Ascii characters in the selection.
|
S:15 8 A3 3 __/%0\,/%0_|_ |
|:CURSOR_X CURSOR_Y |
Cursor coordinates. Those might only be of interest when using a JavE Movie to show how
an ASCII art image has been drawn.
CURSOR_X : x coordinate of the cursor
CURSOR_Y : y coordinate of the cursor
|
|:8 12 |
^:SCROLL_X SCROLL_Y |
Coordinates of the upper left character the editor window has been scrolled to.
This information is used by JavE but it does not seem to be important for player software.
SCROLL_X : x coordinate.
SCROLL_Y : y coordinate.
|
^:2 3 |
T:TOOL |
The editing tool that has been used to get to this frame.
TOOL : a string describing the tool.
|
T:Freehand |
A:ACTION |
The editing action that has been performed to get to this frame.
ACTION : a string describing the editing action.
|
A:draw rectangle |
@:EMAIL |
Information about the author of this file.
EMAIL : the author's email address
Only the first appearance of this command in a JMOV file is being used.
|
@:markus@jave.de |
N:NAME |
Information about the author of this file.
NAME : The author's name(s)
Only the first appearance of this command in a JMOV file is being used.
|
N:Markus Gebhard |
*:INFORMATION |
Information about the software that has been used to create this JavE Movie.
INFORMATION : a string describing the software.
Only the first appearance of this command in a JMOV file is being used.
|
*:JavE1.1 http://www.jave.de |
D:DATE |
The date this JavE Movie has been created.
DATE : a string describing the date.
Only the first appearance of this command in a JMOV file is being used.
|
D:28th June 2001 |
C:BACKGROUND FOREGROUND |
Color information for foreground (font) and background.
BACKGROUND : hexadecimal description of the background color (like in html)
FOREGROUND : hexadecimal description of the foreground color (like in html)
The color will also be used for all subsequent frames - until it is overwritten by a new "C:" command.
If there is no "C:" command in the JMOV file a viewer will use black on white as default value
(or the applet parameter when using the JavE Player Applet).
|
C:#000000 #FFFFFF |
+:DURATION |
Timing information: for how long the current frame is visible at normal speed.
DURATION : time in milliseconds
The time will also be used for all subsequent frames that do not have timing information
- until it is overwritten by a new "+:" command.
If there is no "+:" command in the JMOV file, a viewer will use about 66ms (15 frames per second)
as default value
(or the applet parameter when using the JavE Player Applet).
|
+:200 |
# |
Sound trigger. This will trigger the playback of an audioclip (if there is one attached by using
the applet parameter for this frame.
The trigger is only set for the current frame. You can set it to multiple frames to trigger the
same sound more often than once.
Sound triggers are not neccessary if you want to start playback when playing the movie.
|
# |