public class HoverEffectBuilder extends Object
Constructor and Description |
---|
HoverEffectBuilder(String effectName) |
Modifier and Type | Method and Description |
---|---|
HoverEffectBuilder |
alternateDisable(String alternateDisable) |
HoverEffectBuilder |
alternateEnable(String alternateEnable) |
HoverEffectBuilder |
customKey(String customKey) |
HoverEffectBuilder |
effectParameter(String key,
String value) |
HoverEffectBuilder |
effectValue(String... values) |
ControlEffectOnHoverAttributes |
getAttributes() |
HoverEffectBuilder |
hoverFalloffConstraint(Falloff.HoverFalloffConstraint hoverFalloffConstraint) |
HoverEffectBuilder |
hoverFalloffType(Falloff.HoverFalloffType hoverFalloffType) |
HoverEffectBuilder |
hoverHeight(String hoverHeight) |
HoverEffectBuilder |
hoverParameter(String key,
String value) |
HoverEffectBuilder |
hoverWidth(String hoverWidth) |
HoverEffectBuilder |
inherit() |
HoverEffectBuilder |
inherit(boolean inherit) |
HoverEffectBuilder |
neverStopRendering(boolean neverStopRendering) |
HoverEffectBuilder |
overlay(boolean overlay) |
HoverEffectBuilder |
post(boolean post) |
public HoverEffectBuilder(String effectName)
public HoverEffectBuilder inherit(boolean inherit)
public HoverEffectBuilder inherit()
public HoverEffectBuilder post(boolean post)
public HoverEffectBuilder overlay(boolean overlay)
public HoverEffectBuilder alternateEnable(String alternateEnable)
public HoverEffectBuilder alternateDisable(String alternateDisable)
public HoverEffectBuilder customKey(String customKey)
public HoverEffectBuilder neverStopRendering(boolean neverStopRendering)
public HoverEffectBuilder effectParameter(String key, String value)
public HoverEffectBuilder hoverParameter(String key, String value)
public HoverEffectBuilder hoverFalloffType(Falloff.HoverFalloffType hoverFalloffType)
public HoverEffectBuilder hoverFalloffConstraint(Falloff.HoverFalloffConstraint hoverFalloffConstraint)
public HoverEffectBuilder hoverWidth(String hoverWidth)
public HoverEffectBuilder hoverHeight(String hoverHeight)
public ControlEffectOnHoverAttributes getAttributes()
public HoverEffectBuilder effectValue(String... values)
Copyright © 2013. All Rights Reserved.