de.lessvoid.nifty.builder
Class HoverEffectBuilder
java.lang.Object
de.lessvoid.nifty.builder.HoverEffectBuilder
public class HoverEffectBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HoverEffectBuilder
public HoverEffectBuilder(String effectName)
inherit
public HoverEffectBuilder inherit(boolean inherit)
inherit
public HoverEffectBuilder inherit()
post
public HoverEffectBuilder post(boolean post)
overlay
public HoverEffectBuilder overlay(boolean overlay)
alternateEnable
public HoverEffectBuilder alternateEnable(String alternateEnable)
alternateDisable
public HoverEffectBuilder alternateDisable(String alternateDisable)
customKey
public HoverEffectBuilder customKey(String customKey)
neverStopRendering
public HoverEffectBuilder neverStopRendering(boolean neverStopRendering)
effectParameter
public HoverEffectBuilder effectParameter(String key,
String value)
hoverParameter
public HoverEffectBuilder hoverParameter(String key,
String value)
hoverFalloffType
public HoverEffectBuilder hoverFalloffType(Falloff.HoverFalloffType hoverFalloffType)
hoverFalloffConstraint
public HoverEffectBuilder hoverFalloffConstraint(Falloff.HoverFalloffConstraint hoverFalloffConstraint)
hoverWidth
public HoverEffectBuilder hoverWidth(String hoverWidth)
hoverHeight
public HoverEffectBuilder hoverHeight(String hoverHeight)
getAttributes
public ControlEffectOnHoverAttributes getAttributes()
effectValue
public HoverEffectBuilder effectValue(String... values)
Copyright © 2012. All Rights Reserved.