com.emarson.lemonade.bluelemon.midp1
Class Ticker
java.lang.Object
com.emarson.lemonade.bluelemon.midp1.Ticker
public class Ticker
- extends Object
This class delivers the functionality of the MIDP1
Ticker Java class to the
Bluelemon environment.
|
Constructor Summary |
Ticker()
Constructs a new, empty Ticker object. |
|
Method Summary |
void |
intialize(String text)
Initializes a Ticker object with the the
string to be displayed by this ticker. |
Ticker
public Ticker()
- Constructs a new, empty Ticker object.
- Usage examples:
<blue:newInstance class="com/emarson/lemonade/bluelemon/midp1/Ticker"
toVariable="ticker"/>
intialize
public void intialize(String text)
- Initializes a Ticker object with the the
string to be displayed by this ticker.
- Parameters:
text - string to be set for the Ticker- Usage examples:
<blue:call object="ticker" method="initialize">
<blue:argument type="String" value="text"/>
</blue:call>
Copyright © 2007 E-MARSON. All Rights Reserved.