com.moneydance.awt.ticker
Class TickerItem

java.lang.Object
  extended bycom.moneydance.awt.ticker.TickerItem
Direct Known Subclasses:
StockTickerItem, TextTickerItem

public abstract class TickerItem
extends java.lang.Object

Description: This is a component that can be scrolled across a Ticker component. This would typically be subclassed by other components (such as a StockTickerItem) who want to become "scrollable". This will soon include a callback from the Ticker object for when a user clicks on this component as it is scrolling. Author: Sean D. Reilly Changes: $Author: sreilly $ $Date: 2001/11/27 06:49:42 $ $Revision: 1.2 $ ------------------------------------------------------------------------ $Log: TickerItem.java,v $ Revision 1.2 2001/11/27 06:49:42 sreilly cleaned up variable name in Main made AboutWindow a little nicer with a scrolling credits view began changes to allow transaction lists to include transactions for sub-accounts fixed minor bug in ReportGenerator.getURI method changed about text in non-english languages fixed JTicker and added TextTickerItem to make new 'about' window work Revision 1.1 2001/01/31 19:31:13 sreilly Moved *everything* to com.moneydance package, and rearranged a couple of the packages in the process. Revision 1.5 1999/05/06 22:22:46 sreilly added silly little javalobby news ticker, and made generic ticker 'slideable' Revision 1.4 1999/04/08 15:50:02 sreilly made ticker a little leaner Revision 1.3 1999/04/01 17:51:45 sreilly working, pretty well Revision 1.2 1999/02/12 21:22:46 sreilly added copyright and removed references to artistic license Revision 1.1 1998/12/08 22:43:31 sreilly added ticker and quote stuff


Constructor Summary
TickerItem()
           
 
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

TickerItem

public TickerItem()
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...