Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractBasicEffect - Class in griffon.effects
Base class for all basic Effects.
AbstractBasicEffect(Map, Component, Closure) - Constructor in AbstractBasicEffect
Creates a new effect.
AbstractEffect - Class in griffon.effects
Base class for all Effects.
AbstractEffect(Map, Component, Closure) - Constructor in AbstractEffect
Creates a new effect.
afterCallback - Property in AbstractEffect
callback to be executed after the effect ends
Anchor - Enum in griffon.effects
@author Andres Almiray
Appear - Class in griffon.effects
Make a window appear.
Appear(Map, Window, Closure) - Constructor in Appear
Creates a new Appear effect.
appear(Window, Closure) - Method in Effects
Makes a window appear.

B

BasicEffect - Interface in griffon.effects
Base class for all basic Effects.
beforeCallback - Property in AbstractEffect
callback to be executed before the effect starts
BOTTOM - Enum Constant in Anchor
BOTTOM_LEFT - Enum Constant in Anchor
BOTTOM_RIGHT - Enum Constant in Anchor
bottomY(def) - Method in Scale.Scaler
Bounds - Class in griffon.effects
Moves and resizes a component.
Bounds(Map, Component, Closure) - Constructor in Bounds
Creates a new Bounds effect.
bounds(Map, Component, Closure) - Method in Effects
Moves and resizes a component.

C

callback - Property in AbstractEffect
end-of-animation callback
CENTER - Enum Constant in Anchor
centerX(def) - Method in Scale.Scaler
centerY(def) - Method in Scale.Scaler
chain(List, Closure) - Method in Effects
Runs a series of effects one after another.
ChainedEffect - Class in griffon.effects
Base class for composite, sequential Effects.
ChainedEffect(Map, Component, Closure) - Constructor in ChainedEffect
Creates a new chained effect.
component - Property in AbstractEffect
effect component
CompositeEffect - Interface in griffon.effects
Base interface for all composite Effects.

D

DEFAULT_PARAMS - Field in EffectUtil
DEFAULT_PARAMS - Field in Scale
doBeforePlay() - Method in AbstractEffect
Last opportunity to execute custom code before the Timeline starts
doBeforePlay() - Method in Appear
doBeforePlay() - Method in DropIn
doBeforePlay() - Method in Fade
doBeforePlay() - Method in Opacity
DropIn - Class in griffon.effects
Fades in and moves a window.
DropIn(Map, Window, Closure) - Constructor in DropIn
Creates a new DropIn effect.
dropIn(Map, Window, Closure) - Method in Effects
Fades in and centers a window.
DropOut - Class in griffon.effects
Fades and moves a window.
DropOut(Map, Window, Closure) - Constructor in DropOut
Creates a new DropOut effect.
dropOut(Map, Window, Closure) - Method in Effects
Fades and moves a window.

E

Effect - Interface in griffon.effects
Base class for all Effects.
Effects - Class in griffon.effects
Effects.
Effects() - Constructor in Effects
EffectUtil - Class in griffon.effects
@author Andres Almiray
EffectUtil() - Constructor in EffectUtil

F

factor - Field in Scale.Scaler
Fade - Class in griffon.effects
Fades a window.
fade(Window, Closure) - Method in Effects
Fades a window.
Fade(Map, Window, Closure) - Constructor in Fade
Creates a new Fade effect.

G

getCallback() - Method in Effect
end-of-animation callback
getComponent() - Method in Effect
Effect component
getParams() - Method in AbstractEffect
Returns an unmodifiable view of the effect's arguments
getParams() - Method in Effect
Effect options

H


I

isBottom() - Method in Anchor
isLeft() - Method in Anchor
isRight() - Method in Anchor
isTop() - Method in Anchor

J


K


L

LEFT - Enum Constant in Anchor

M

makeEffects() - Method in CompositeEffect
Returns a list of effects to run
makeEffects() - Method in DropIn
makeEffects() - Method in DropOut
makeEffects() - Method in Puff
makeEffects() - Method in Shake
mergeParams(Map, Map) - Method in EffectUtil
Move - Class in griffon.effects
Moves a component.
move(Map, Component, Closure) - Method in Effects
Moves a component.
Move(Map, Component, Closure) - Constructor in Move
Creates a new Move effect.

N

newBounds(def, def, def, def) - Method in Scale.Scaler
newTimeline(Effect) - Method in EffectUtil
Creates a new Timeline using the effect's parameters
NO_CALLBACK - Field in EffectUtil

O

onTimelinePulse(float, float) - Method in Scale.Scaler
onTimelineStateChanged(TimelineState, TimelineState, float, float) - Method in Scale.Scaler
Opacity - Class in griffon.effects
Animates window opacity.
opacity(Map, Window, Closure) - Method in Effects
Animates window opacity.
Opacity(Map, Window, Closure) - Constructor in Opacity
Creates a new Opacity effect.
origin - Field in Scale.Scaler

P

ParallelEffect - Class in griffon.effects
Base class for composite, parallel Effects.
ParallelEffect(Map, Component, Closure) - Constructor in ParallelEffect
Creates a new parallel effect.
params - Field in AbstractEffect
paramsInternal() - Method in AbstractEffect
Mutable view of the effect's parameters.
Puff - Class in griffon.effects
Fades and blows up a window.
puff(Window, Closure) - Method in Effects
Fades and blows up a window.
Puff(Map, Window, Closure) - Constructor in Puff
Creates a new Puff effect.

Q


R

Resize - Class in griffon.effects
Resizes a component.
resize(Map, Component, Closure) - Method in Effects
Resizes a component.
Resize(Map, Component, Closure) - Constructor in Resize
Creates a new Resize effect.
resolve(String) - Method in Anchor
Resolves the object to a valid Anchor value.
RIGHT - Enum Constant in Anchor
rightX(def) - Method in Scale.Scaler
run() - Method in AbstractEffect
Runs the timeline.
run() - Method in ChainedEffect
Runs the timeline.
run() - Method in Effect
Runs the timeline.

S

Scale - Class in griffon.effects
Scales a component on x/y coordinates over an specific anchor.
Scale.Scaler - Class in griffon.effects
Scale.Scaler() - Constructor in Scale.Scaler
scale(Map, Component, Closure) - Method in Effects
Scales a component on x/y coordinates over an specific anchor.
Scale(Map, Component, Closure) - Constructor in Scale
Creates a new Scale effect.
scale(float) - Method in Scale.Scaler
setupAfterCallback(Effect, Timeline) - Method in EffectUtil
Sets the Effect's afterCallback to be called once the timeline ends.
setupCallback(Timeline, Closure) - Method in EffectUtil
Sets the callback to be called once the timeline ends.
setupEffectCallback(Effect, Timeline) - Method in EffectUtil
Sets the Effect's callback to be called once the timeline ends.
setupTimeline(Timeline) - Method in AbstractEffect
Configures the Timeline for this effect
setupTimeline(Timeline) - Method in Bounds
setupTimeline(Timeline) - Method in ChainedEffect
Configures the Timeline for this effect
setupTimeline(Timeline) - Method in Fade
setupTimeline(Timeline) - Method in Move
setupTimeline(Timeline) - Method in Opacity
setupTimeline(Timeline) - Method in ParallelEffect
Configures the Timeline for this effect
setupTimeline(Timeline) - Method in Resize
setupTimeline(Timeline) - Method in Scale
setupWaitForCompletion(Effect, Timeline) - Method in EffectUtil
Creates a CountDonwLatch associated with the Timeline.
Shake - Class in griffon.effects
Shakes a component.
shake(Component, Closure) - Method in Effects
Shakes a component.
Shake(Map, Component, Closure) - Constructor in Shake
Creates a new Shake effect.

T

toDouble(def, double) - Method in EffectUtil
toFloat(def, float) - Method in EffectUtil
toInt(def, int) - Method in EffectUtil
toLong(def, long) - Method in EffectUtil
TOP - Enum Constant in Anchor
TOP_LEFT - Enum Constant in Anchor
TOP_RIGHT - Enum Constant in Anchor
toString() - Method in AbstractEffect
toString(Effect) - Method in EffectUtil

U


V

valueOf(String) - Method in Anchor
Returns the enum constant of this type with the specified name.
values() - Method in Anchor
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForCompletion - Property in AbstractEffect
wait flag

X


Y


Z


_


Groovy Documentation