TextRotator


Optional applet parameters

All these have defaults

textText to animate - see below
foregroundApplet foreground colour in hex - eg 000000
backgroundApplet background colour in hex - eg FFFFFF
borderText border colour in hex - eg A0FFA0
originxChange the default X starting position of text
originyChange the default Y starting position of text
originzChange the default Z starting position of text (can be used to assist sizing)
charheightCharacter relative height (use small numbers, default is 5)
charwidthCharacter relative height (use small numbers, default is 3)

The text applet parameter

This contains the text to display, together with options to display it.

  • Currently only letters, numbers and spaces are supported.
  • Use pipe symbol (|) to break up lines.
  • Display instructions go inside tilde (~) characters and are separated by semi-colons (;)
  • The go command is needed to force the display of the current page of text (unless there is nothing else in the parameter).
  • You can have multiple pages of text separated by go commands

See bottom of page for examples

Options within the text parameter

There are lots of options and they probably sound really complicated. Best bet is to play around with them and see what happens.

ax=floatRotation about X axis in radians
ay=floatRotation about Y axis in radians
az=floatRotation about Z axis in radians
dax=floatChange in rotation about X axis per cycle (in radians)
day=floatChange in rotation about Y axis per cycle (in radians)
daz=floatChange in rotation about Z axis per cycle (in radians)
x=intX position of the origin of rotation
y=intY position of the origin of rotation
z=intZ position of the origin of rotation
dx=intChange in X position per cycle
dy=intChange in Y position per cycle
dz=intChange in Z position per cycle
wr=floatNumber of extra characters to show per cycle (TTY mode)
delay=intDelay in milliseconds per cycle
cycles=intNumber of cycles associated with this go command
ttyWrite text out character by character (teletype mode)
wttyWrite text out character by character and use as many cycles as needed to show it all
fx=nBuilt in effects (you can add extra settings to customize)
  • 1 = Send into distance, spinning about X-axis
  • 2 = Send into distance, spinning about Y-axis
  • 3 = Send into distance, spinning about Z-axis
  • 4 = Bring back from distance after fx=1, spinning about X-axis
  • 5 = Bring back from distance after fx=2, spinning about Y-axis
  • 6 = Bring back from distance after fx=3, spinning about Z-axis
  • 7 = Scroll into distance with view from above (a la Star Wars)
border=[0|1]Turn border on and off
originReset the position to default
orientReset rotations to default
resetReset all defaults
pausePause for 1 second
goExecute the current settings
repeatRestart the entire sequence

Examples for text parameter

"HELLO|WORLD~go;pause~THIS IS A TEST"

Show two pages of text with a one-second delay between

"HELLO|WORLD~go;pause;fx=1;go~THIS IS A TEST~fx=3;go~"

Show two pages of text with a one-second delay between, the first spins into distance then second spins back again

"HELLO|WORLD~day=0.1;cycles=1000;border=1;go~"

Bordered text spinning in 1 direction while stationary

"HELLO|WORLD~day=0.1;dax=-0.2;daz=0.3;cycles=1000;border=1;go~"

Bordered text spinning in 3 directions while stationary

"HELLO|WORLD~day=0.1;dax=-0.2;daz=0.3;dz=20;cycles=1000;border=1;go~"

Bordered text spinning in 3 directions while moving into distance

"HELLO|WORLD~fx=7;dax=0.01;go~"

Scroll into background using FX#7 but given an extra slow spin

"HELLO|WORLD~wtty;go;repeat;~"

Write text out character by character, over and over.

"HELLO|WORLD~wtty;day=0.2;wr=0.01;go~"

Write text out character by character (very slowly) with a bit of a spin

"TEXT ROTATOR|BY JASON HOTCHKISS~wtty;go;pause;fx=1;go~FULLY CONFIGURABLE|VECTOR TEXT APPLET~fx=4;go~CHECK OUT THE|INSTRUCTIONS FOR ALL|SORTS OF SILLY THINGS|YOU CAN DO WITH IT~pause;reset;border=1;fx=7;go;daz=0.1;dx=2;dy=-2;cycles=200;go;repeat"

The parameter used for this demo page

Back to TextRotator

How to Add Java Applets to Your Site

New on the Java Boutique:

New Review:

Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

New Applet:

Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

Elsewhere on internet.com:

WebDeveloper Java
Lots of Java information on webdeveloper.com

WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.

ScriptSearch Java
Hundreds of free Java code files to download.

jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.