de.lessvoid.nifty.builder
Class EffectBuilder
java.lang.Object
de.lessvoid.nifty.builder.EffectBuilder
public class EffectBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
protected ControlEffectAttributes attributes
EffectBuilder
public EffectBuilder(String effectName)
inherit
public EffectBuilder inherit(boolean inherit)
inherit
public EffectBuilder inherit()
post
public EffectBuilder post(boolean post)
overlay
public EffectBuilder overlay(boolean overlay)
alternateEnable
public EffectBuilder alternateEnable(String alternateEnable)
alternateDisable
public EffectBuilder alternateDisable(String alternateDisable)
customKey
public EffectBuilder customKey(String customKey)
neverStopRendering
public EffectBuilder neverStopRendering(boolean neverStopRendering)
effectParameter
public EffectBuilder effectParameter(String key,
String value)
startDelay
public EffectBuilder startDelay(int ms)
length
public EffectBuilder length(int ms)
oneShot
public EffectBuilder oneShot(boolean oneShot)
timeType
public EffectBuilder timeType(String timeType)
onStartEffectCallback
public EffectBuilder onStartEffectCallback(String callback)
onEndEffectCallback
public EffectBuilder onEndEffectCallback(String callback)
getAttributes
public ControlEffectAttributes getAttributes()
effectValue
public EffectBuilder effectValue(String... values)
Copyright © 2011. All Rights Reserved.