public class HDancer extends Object
Modifier and Type | Method and Description |
---|---|
void |
dance(List<String> sl,
int t,
String text,
String... str)
生成特效的方法,需要重写,输入默认文本和其他参数生成每一帧储存进list内
参数为:储存帧的列表,刷新率,默认文本,其他参数
|
static void |
Dance(List<String> sl,
String type,
int tt,
String text,
String... str)
根据列表内的生成器生成特效,输入默认文本和其他参数生成每一帧储存进list内
|
String |
getType() |
static void |
loadPreDancer()
加载预设的生成器
|
void |
rever(String fromtype,
List<String> sl,
int t,
String text,
String... str)
反转对应类型的生成器帧数生成顺序,生成新帧数列表
|
void |
setType(String type) |
public HDancer(String type)
public void dance(List<String> sl, int t, String text, String... str)
public static void Dance(List<String> sl, String type, int tt, String text, String... str) throws Exception
Exception
public String getType()
public void setType(String type)
public static void loadPreDancer()
Copyright © 2019. All rights reserved.