kinetic.util
Class YellEffect
java.lang.Object
|
+--kinetic.util.CompositeEffect
|
+--kinetic.util.YellEffect
- public class YellEffect
- extends CompositeEffect
produces a yelling effect of the segments on the screen
Constructor Summary |
YellEffect()
Creates a new instance of HopIn |
YellEffect(kinetic.util.Segmenter segmenter)
|
Method Summary |
double |
build(kinetic.Sequence seq,
kinetic.util.Segmenter seg,
java.awt.Graphics2D g2,
java.awt.Rectangle bounds,
double delay)
routine to be called when the animation is requested to be built |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
speed
public EffectParameter.BoundedDouble speed
energy
public EffectParameter.BoundedDouble energy
shaking
public EffectParameter.BoundedDouble shaking
predictability
public EffectParameter.Percentage predictability
fadeInTime
protected double fadeInTime
fadeOutTime
protected double fadeOutTime
shrinkTime
protected double shrinkTime
whiteValue
protected double whiteValue
lingerDuration
protected double lingerDuration
growAmount
protected double growAmount
shrinkAmount
protected double shrinkAmount
defaultJitterAmount
protected double defaultJitterAmount
defaultFontSize
protected double defaultFontSize
defaultFontFamily
protected java.lang.String defaultFontFamily
emphasizeTag
protected java.lang.String emphasizeTag
YellEffect
public YellEffect()
- Creates a new instance of HopIn
YellEffect
public YellEffect(kinetic.util.Segmenter segmenter)
build
public double build(kinetic.Sequence seq,
kinetic.util.Segmenter seg,
java.awt.Graphics2D g2,
java.awt.Rectangle bounds,
double delay)
- Description copied from class:
CompositeEffect
- routine to be called when the animation is requested to be built
- Specified by:
build
in class CompositeEffect
- Parameters:
seq
- sequence to have the anmiation added toseg
- segmenter that will feed the animation templateg2
- graphics handlebounds
- drawing window sizedelay
- time delay before animation should start - ms
- Returns:
- the length of the resulting animation sequence ms