Kanzi  3.9.5
Java API
ValueAccumulatorMetadata Interface Reference

Metadata definitions for ValueAccumulator. More...

Inheritance diagram for ValueAccumulatorMetadata:
[legend]

Classes

class  PauseMessageArguments
 Metadata definitions for PauseMessageArguments. More...
 
class  ResumeMessageArguments
 Metadata definitions for ResumeMessageArguments. More...
 
class  StartMessageArguments
 Metadata definitions for StartMessageArguments. More...
 
class  StopMessageArguments
 Metadata definitions for StopMessageArguments. More...
 

Public Attributes

DynamicPropertyType< Boolean > AutoplayProperty
 Sets whether the Value Accumulator starts automatically when it is attached to the node. More...
 
DynamicPropertyType< Integer > BoundTypeProperty
 Sets how the Value Accumulator limits the total accumulated value between the minimum and maximum value boundaries. More...
 
DynamicPropertyType< Integer > IncrementTimeIntervalProperty
 Sets the frequency of increments in milliseconds. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ValueAccumulator")
 Metaclass for ValueAccumulator.
 
DynamicMessageType< ValueAccumulatorMetadata.PauseMessageArguments > PauseMessage
 Pauses the animation applied by a Value Accumulator to its target property value. More...
 
DynamicMessageType< ValueAccumulatorMetadata.ResumeMessageArguments > ResumeMessage
 Resumes the paused animation applied by a Value Accumulator to its target property value. More...
 
DynamicMessageType< ValueAccumulatorMetadata.StartMessageArguments > StartMessage
 Starts the animation applied by a Value Accumulator to its target property value. More...
 
DynamicMessageType< ValueAccumulatorMetadata.StopMessageArguments > StopMessage
 Stops the animation applied by a Value Accumulator to its target property value. More...
 
- Public Attributes inherited from NodeComponentMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.NodeComponent")
 Metaclass for NodeComponent.
 
DynamicPropertyType< String > NameProperty
 Name. More...
 

Detailed Description

Metadata definitions for ValueAccumulator.

Member Data Documentation

◆ AutoplayProperty

DynamicPropertyType<Boolean> AutoplayProperty
Initial value:
=
new DynamicPropertyType<>("ValueAccumulator.Autoplay", Boolean.class)

Sets whether the Value Accumulator starts automatically when it is attached to the node.

◆ BoundTypeProperty

DynamicPropertyType<Integer> BoundTypeProperty
Initial value:
=
new DynamicPropertyType<>("ValueAccumulator.BoundType", Integer.class)

Sets how the Value Accumulator limits the total accumulated value between the minimum and maximum value boundaries.

◆ IncrementTimeIntervalProperty

DynamicPropertyType<Integer> IncrementTimeIntervalProperty
Initial value:
=
new DynamicPropertyType<>("ValueAccumulator.IncrementTimeInterval", Integer.class)

Sets the frequency of increments in milliseconds.

◆ PauseMessage

DynamicMessageType<ValueAccumulatorMetadata.PauseMessageArguments> PauseMessage
Initial value:
=
new DynamicMessageType<>(
"Message.ValueAccumulator.Pause", ValueAccumulatorMetadata.PauseMessageArguments.class)

Pauses the animation applied by a Value Accumulator to its target property value.

◆ ResumeMessage

DynamicMessageType<ValueAccumulatorMetadata.ResumeMessageArguments> ResumeMessage
Initial value:
=
new DynamicMessageType<>("Message.ValueAccumulator.Resume",
ValueAccumulatorMetadata.ResumeMessageArguments.class)

Resumes the paused animation applied by a Value Accumulator to its target property value.

◆ StartMessage

DynamicMessageType<ValueAccumulatorMetadata.StartMessageArguments> StartMessage
Initial value:
=
new DynamicMessageType<>(
"Message.ValueAccumulator.Start", ValueAccumulatorMetadata.StartMessageArguments.class)

Starts the animation applied by a Value Accumulator to its target property value.

◆ StopMessage

DynamicMessageType<ValueAccumulatorMetadata.StopMessageArguments> StopMessage
Initial value:
=
new DynamicMessageType<>(
"Message.ValueAccumulator.Stop", ValueAccumulatorMetadata.StopMessageArguments.class)

Stops the animation applied by a Value Accumulator to its target property value.