insert

insert(int index, ScaleEffect item) function

Inserts new behavior to a collection at the specified index.

Parameters

NameTypeDescription
indexintIndex where new behavior should be inserted.
itemScaleEffectBehavior to insert.

insert(int index, FilterEffect item) function

Inserts new behavior to a collection at the specified index.

Parameters

NameTypeDescription
indexintIndex where new behavior should be inserted.
itemFilterEffectBehavior to insert.

insert(int index, CommandEffect item) function

Inserts new behavior to a collection at the specified index.

Parameters

NameTypeDescription
indexintIndex where new behavior should be inserted.
itemCommandEffectBehavior to insert.

insert(int index, SetEffect item) function

Inserts new behavior to a collection at the specified index.

Parameters

NameTypeDescription
indexintIndex where new behavior should be inserted.
itemSetEffectBehavior to insert.

insert(int index, ColorEffect item) function

Inserts new behavior to a collection at the specified index.

Parameters

NameTypeDescription
indexintIndex where new behavior should be inserted.
itemColorEffectBehavior to insert.

insert(int index, RotationEffect item) function

Inserts new behavior to a collection at the specified index.

Parameters

NameTypeDescription
indexintIndex where new behavior should be inserted.
itemRotationEffectBehavior to insert.

insert(int index, MotionEffect item) function

Inserts new behavior to a collection at the specified index.

Parameters

NameTypeDescription
indexintIndex where new behavior should be inserted.
itemMotionEffectBehavior to insert.