Rotating text
Click inside the scrolling area to stop/restart the rotation
Structure of this applet:
Structure | Mandatory/Optional | Parameter type | Remark |
<applet code="Circle.class" width="xxx" height="xxx"> | - | - | - |
<param name="author" value="Benoit Fils RAZAFIMBAHOAKA"> | Mandatory & Constant | String | Autor's Name |
<param name="background_b" value="xxx"> | Optional | Integer (0-255) | Blue component of the background color |
<param name="background_r" value="xxx"> | Optional | Integer (0-255) | Red component of the background color |
<param name="background_g" value="xxx"> | Optional | Integer (0-255) | Green component of the background color |
<param name="foreground_g" value="xxx-xxx-xxx"> | Optional | Integer (0-255) | Green component of the foreground colors |
<param name="foreground_r" value="xxx-xxx-xxx"> | Optional | Integer (0-255) | Red component of the foreground colors |
<param name="background_b" value="xxx-xxx-xxx"> | Optional | Integer (0-255) | Blue component of the foreground colors |
<param name="fontSize" value="xxx"> | Optional | Integer | Implicit font size |
<param name="numCol" value="xxx"> | Mandatory | Integer | Number of needed colors |
<param name="maxLines" value="xxx"> | Optional | Integer | Max. allowed number of lines |
<param name="txt" value="xxx"> | Mandatory | String | Name of he text file to be shown |
<param name="width" value="xxx"> | Optional | Integer | Width |
<param name="speed" value="xxx"> | Optional | Integer | Speed of the rotation |
<param name="backImage" value="xxx"> | Optional | String | Background image |
<param name="foreImage" value="xxx"> | Mandatory | String | First foreground image |
<param name="foreImage1" value="xxx"> | Mandatory | String | Second foreground image |
</applet> | - | - | - |
Other files to be put in the current directory | |||
textCircle.txt {the text file to be
rotated - you can change but must be the same as the
value set to the parameter "txt"} foreImage.gif {the background image - you can change but must be the same as the value given to the parameter "backImage"} foreImage.gif {the first foreground image - you can change but must be the same as the value given to the parameter "foreImage"} foreImage.gif {the second foreground image - you can change but must be the same as the value given to the parameter "foreImage1"} Circle.class |
|||
Notice: The parameters foreground_g, foreground_b and foreground_r must have the same number of values in their sequences of values. The value of the parameter numCol must be equal to that number. |
This page is managed by Benoit Fils Razafimbahoaka