B C F H I L M N O P S T U V W
B
- border -
Variable in class com.objectplanet.Ticker
- The border style.
- BORDER_DOWN -
Static variable in class com.objectplanet.Ticker
-
- BORDER_EMBOSSED -
Static variable in class com.objectplanet.Ticker
-
- BORDER_GROOVED -
Static variable in class com.objectplanet.Ticker
-
- BORDER_NONE -
Static variable in class com.objectplanet.Ticker
-
- BORDER_SOLID -
Static variable in class com.objectplanet.Ticker
-
- BORDER_UP -
Static variable in class com.objectplanet.Ticker
-
- borderColor -
Variable in class com.objectplanet.Ticker
-
C
- checkCursor(int, int) -
Method in class com.objectplanet.HNewsTicker
- Checks if the cursor is above a link.
- checkCursor(int, int) -
Method in class com.objectplanet.NewsTicker
- Checks if the cursor is above a link.
- convertLineBreaks(String) -
Method in class com.objectplanet.Ticker
- Converts the characters \ and n to '\n'.
- createColor(String) -
Static method in class com.objectplanet.Ticker
- Creates a color based on the string.
- createFont(String, String, int, int) -
Static method in class com.objectplanet.Ticker
- Creates a font based on the information in the specified string.
- createURL(String) -
Method in class com.objectplanet.Ticker
- Creates a URL from the specified string.
- currentCursor -
Variable in class com.objectplanet.Ticker
-
- CURSOR_DEFAULT -
Variable in class com.objectplanet.Ticker
- The different cursors used (default and one for a link).
- CURSOR_LINK -
Variable in class com.objectplanet.Ticker
-
F
- focusColor -
Variable in class com.objectplanet.Ticker
- The color used for a focused news body.
- focusIndex -
Variable in class com.objectplanet.Ticker
- The index of the focused news item.
H
- headerHeight -
Variable in class com.objectplanet.Ticker
- The header height.
- HNewsTicker - class com.objectplanet.HNewsTicker.
This news ticker applet scrolls news headers from right to left
and opens a web page when the user clicks on a news header.
- HNewsTicker() -
Constructor for class com.objectplanet.HNewsTicker
- Constructs the applet.
- horzOffset -
Variable in class com.objectplanet.Ticker
- The offset position where the news should be painted.
I
- init() -
Method in class com.objectplanet.HNewsTicker
- Initializes the applet.
- init() -
Method in class com.objectplanet.NewsTicker
- Initializes the news ticker, reading the news parameters.
- init() -
Method in class com.objectplanet.Ticker
- Initializes the news ticker, reading the news parameters.
L
- linkPositions -
Variable in class com.objectplanet.Ticker
- We keep the position of news bodies so we can select it with the mouse.
M
- mousePosition -
Variable in class com.objectplanet.Ticker
- Keeps track of the mouse position.
N
- newsColor -
Variable in class com.objectplanet.Ticker
- The color used for the news body text.
- newsFont -
Variable in class com.objectplanet.Ticker
- The font used for the news item.
- newsHeaderColor -
Variable in class com.objectplanet.Ticker
- The color of the news header.
- newsHeaderFont -
Variable in class com.objectplanet.Ticker
- The font of the news header.
- newsItems -
Variable in class com.objectplanet.Ticker
- Contains any array of three strings for each news item.
- NewsTicker - class com.objectplanet.NewsTicker.