public class ScrollerEffect extends java.lang.Object implements CustomEffect
| Modifier and Type | Field and Description |
|---|---|
char |
fill |
int |
max |
boolean |
reversed |
int |
size |
boolean |
skipColors |
int |
speed |
int |
start |
java.lang.String |
text |
| Constructor and Description |
|---|
ScrollerEffect() |
ScrollerEffect(int max,
int size,
int speed,
int start,
boolean reversed,
boolean skipColors,
char fill,
java.lang.String text) |
ScrollerEffect(int max,
int size,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
CustomEffect |
clone() |
java.lang.String |
getText() |
java.lang.String |
next(java.lang.String text) |
void |
setText(java.lang.String text) |
public char fill
public int max
public boolean reversed
public int size
public boolean skipColors
public int speed
public int start
public java.lang.String text
public ScrollerEffect()
public ScrollerEffect(int max,
int size,
java.lang.String text)
public ScrollerEffect(int max,
int size,
int speed,
int start,
boolean reversed,
boolean skipColors,
char fill,
java.lang.String text)
public CustomEffect clone()
clone in interface CustomEffectclone in class java.lang.Objectpublic java.lang.String getText()
getText in interface CustomEffectpublic void setText(java.lang.String text)
setText in interface CustomEffectpublic java.lang.String next(java.lang.String text)
next in interface CustomEffect