com.moneydance.awt.ticker
Class TextTickerItem

java.lang.Object
  extended bycom.moneydance.awt.ticker.TickerItem
      extended bycom.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 $


Constructor Summary
TextTickerItem(java.lang.String text)
           
TextTickerItem(java.lang.String text1, java.lang.String text2)
           
 
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
 

Constructor Detail

TextTickerItem

public TextTickerItem(java.lang.String text)

TextTickerItem

public TextTickerItem(java.lang.String text1,
                      java.lang.String text2)
Method Detail

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