EffectCell

open fun EffectCell(effectName: String, stack: JFXDrawersStack)

Default constructor.

Parameters

effectName

the name of the effect

stack

the stack where to open the effect properties


open fun EffectCell(@Nullable monitor: FXOutputMonitor<out Any, out Any>, stack: JFXDrawersStack)

Constructor.

Parameters

stack

the stack where to open the effect properties


open fun EffectCell(@Nullable monitor: FXOutputMonitor<out Any, out Any>, effectName: String, stack: JFXDrawersStack)

Constructor.

Parameters

effectName

the name of the effect

stack

the stack where to open the effect properties


open fun EffectCell(stack: JFXDrawersStack)

Constructor. Creates a cell with a default name.

Parameters

stack

the stack where to open the effect properties