com.moneydance.awt.ticker
Class TextTickerItem
java.lang.Object
com.moneydance.awt.ticker.TickerItem
com.moneydance.awt.ticker.TextTickerItem
- public class TextTickerItem
- extends TickerItem
Description: This is a component that graphically represents a stock
value and related information as it is scrolled across
the screen in a Ticker component.
------------------------------------------------------------------------
Author: Sean D. Reilly
$Revision: 1.1 $ $Date: 2001/11/27 15:32:22 $
Method Summary |
int |
render(java.awt.Graphics g,
int x,
int y,
boolean horizontal,
int size)
render the text on the ticker, and return the length if horizontal,
the height otherwise... |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextTickerItem
public TextTickerItem(java.lang.String text)
TextTickerItem
public TextTickerItem(java.lang.String text1,
java.lang.String text2)
render
public int render(java.awt.Graphics g,
int x,
int y,
boolean horizontal,
int size)
- render the text on the ticker, and return the length if horizontal,
the height otherwise...
- Overrides:
render
in class TickerItem