|
Name |
Type |
Description |
Default |
|---|---|---|---|
|
text |
string |
text to be displayed; use |
CrazyText |
|
delay |
int |
milliseconds between updates |
100 |
|
delta |
int |
craziness factor; max pixel offset |
5 |
|
hgap |
int |
horizontal spacing between chars |
0 |
|
vgap |
int |
vertical spacing between lines |
0 |
|
hspace |
int |
extra horizontal spacing between text and border |
0 |
|
vspace |
int |
extra vertical spacing between text and border |
0 |
|
clear |
boolean |
clear background on update |
false |
|
cycle |
string |
color changes:
|
whole |
|
fgcolor |
foreground color |
black | |
|
bgcolor |
background color |
lightGray | |
|
bgcolor2 |
second color for background gradient fill |
none | |
|
bgGradient |
|
direction of background gradient fill |
vertical |
|
bgImage |
URL |
image with which to tile background |
none |
|
borderSize |
int |
thickness of border, excluding depth lines |
0 |
|
borderOuter |
int |
outer depth of border |
0 |
|
borderInner |
int |
inner depth of border |
0 |
|
borderRaised |
boolean |
border should appear raised |
true |
|
borderColor |
border color |
lightGray | |
|
shadowDepth |
int |
depth of text shadow |
0 |
|
shadowColor |
color of text shadow |
gray | |
|
fontName |
string |
font name |
TimesRoman |
|
fontSize |
int |
font size |
36 |
|
fontBold |
boolean |
font should be bold |
true |
|
fontItalic |
boolean |
font should be italic |
false |
|
url |
URL |
place to go when clicked; use |
CrazyText home page |
|
message |
string |
shown in status area when pointer enters; use
|
CrazyText info |
|
resizeMin |
boolean |
resize applet to minimum size |
false |
|
debug |
boolean |
output debugging information to console |
false |