org.odlabs.wiquery.ui.effects
Class HighlightEffect
java.lang.Object
org.odlabs.wiquery.core.effects.Effect
org.odlabs.wiquery.ui.effects.HighlightEffect
- All Implemented Interfaces:
- Serializable, ChainableStatement
public class HighlightEffect
- extends Effect
$Id$ Helper class to
implement the hightlight effect as in
http://docs.jquery.com/UI/Effects/Hightlight
- Since:
- 1.0.2
- Author:
- Ernesto Reinaldo Barreiro (reiern70@gmail.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HighlightEffect
public HighlightEffect()
- Constructor.
HighlightEffect
public HighlightEffect(int duration)
- Constructor.
- Parameters:
duration
- The duration.
HighlightEffect
public HighlightEffect(HighlightEffect.Mode mode,
String color,
int duration)
- Constructor.
- Parameters:
direction
- The directionscale
- The scalepercent
- The percentduration
- The duration.
chainLabel
public String chainLabel()
- Returns:
- the statement label (like
each
, css
...)
Copyright © 2012. All Rights Reserved.