DCT Lightfoot v3 API specification

javax.microedition.lcdui
Class Ticker

java.lang.Object
  |
  +--javax.microedition.lcdui.Ticker

public class Ticker
extends Object

A ticker tape


Constructor Summary
Ticker(java.lang.String contents)
          Create a new ticker
 
Method Summary
 java.lang.String getString()
          Get the contents
 void setString(java.lang.String contents)
          Set the contents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ticker

public Ticker(java.lang.String contents)
Create a new ticker

Parameters:
contents - The contents
Method Detail

getString

public java.lang.String getString()
Get the contents

Returns:
the contents

setString

public void setString(java.lang.String contents)
Set the contents

Parameters:
contents - The contents

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification