类 StringActor
- java.lang.Object
-
- xworker.gswt.Actor
-
- xworker.gswt.actors.StringActor
-
public class StringActor extends Actor
-
-
构造器概要
构造器 构造器 说明 StringActor(org.xmeta.Thing thing, org.xmeta.ActionContext actionContext)
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static StringActorcreate(org.xmeta.ActionContext actionContext)voidrender(SimpleGame game, org.eclipse.swt.events.PaintEvent event, org.xmeta.ActionContext actionContext)-
从类继承的方法 xworker.gswt.Actor
addAction, getActionData, putActionData, removeAction, removeActionData, run
-
-
-
-
方法详细资料
-
render
public void render(SimpleGame game, org.eclipse.swt.events.PaintEvent event, org.xmeta.ActionContext actionContext)
-
create
public static StringActor create(org.xmeta.ActionContext actionContext)
-
-