Parameter | Default | Meaning |
CODE="DigitalClock1.class" | Indispensable |
Name is not changed.
( Possibility that change if source program is changed ) |
WIDTH | Indispensable |
The width of the display window is designated.
( It adjusts with the width of the image gif or jpg ) |
HEIGHT | Indispensable |
The height of the display window is designated.
( It adjusts with the height of the image gif or jpg ) |
image | black |
The image file that uses as the background is designated.
In the case that the image file is in same folder that is included HTML file the file name is designated directly. In the case that the image file is in the folder of a subordinate furthermore relativity is designated.
Relativity designated example) "picture/pic6_71.jpg"
As for the kind of the file that is able to handle as the image, there is the following thing.
gif form
jpg form
xbm form |
|
ap_fontsize | 10 | The size of AM and PM display letter is designated in point. |
h_fontsize | 20 | The size of Hour display letter is designated in point. |
m_fontsize | 20 | The size of Minute display letter is designated in point. |
s_fontsize | 20 | The size of Second display letter is designated in point. |
dot_fontsize | 40 | The size of dot display letter is designated in point. |
dotux | 40 | The position of the horizontal axis( X coordinate ) of upper dot is designated with pixel. |
dotuy | 5 | The position of the vertical axis( Y coordinate ) of upper dot is designated with pixel. |
dotdx | 40 | The position of the horizontal axis( X coordinate ) of lower dot is designated with pixel. |
dotdy | 15 | The position of the vertical axis( Y coordinate ) of lower dot is designated with pixel. |
amx | 0 | The position of the horizontal axis( X coordinate ) of AM is designated with pixel. |
amy | 10 | The position of the vertical axis( Y coordinate ) of AM is designated with pixel. |
pmx | 0 | The position of the horizontal axis( X coordinate ) of PM is designated with pixel. |
pmy | 20 | The position of the vertical axis( Y coordinate ) of PM is designated with pixel. |
s01x | 90 |
The position of the horizontal axis( X coordinate ) of 1 place of the second is designated with pixel.
( Standard point be the left end of the image ) |
s01y | 20 |
The position of the vertical axis( Y coordinate ) of 1 place of the second is designated with pixel.
( Standard point be the left end of the image )
When '0' is designated the letter becomes outside an image area and be not displayed. |
s10x | 80 | The position of the horizontal axis( X coordinate ) of 10 places of the second is designated with pixel. |
s10y | 20 | The position of the vertical axis( Y coordinate ) of 10 places of the second is designated with pixel. |
m01x | 60 | The position of the horizontal axis( X coordinate ) of 1 place of the minute is designated with pixel. |
m01y | 20 | The position of the vertical axis( Y coordinate ) of 1 place of the minute is designated with pixel. |
m10x | 50 | The position of the horizontal axis( X coordinate ) of 10 places of the minute is designated with pixel. |
m10y | 20 | The position of the vertical axis( Y coordinate ) of 10 places of the minute is designated with pixel. |
h01x | 30 | The position of the horizontal axis( X coordinate ) of 1 place of the hour is designated with pixel. |
h01y | 20 | The position of the vertical axis( Y coordinate ) of 1 place of the hour is designated with pixel. |
h10x | 20 |
The position of the horizontal axis( X coordinate ) of 10 places of the hour is designated with pixel.
Ten places of hour are displayed only in 10 o'clock, 11 o'clock. Blank letter is displayed except for it.( It is not seen )
That case, it changes and adjusts the clock of PC. |
h10y | 20 | The position of the vertical axis( Y coordinate ) of 10 places of the hour is designated with pixel. |