Metadata definitions for ValueAccumulator. More...
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... | |
Metadata definitions for ValueAccumulator.
DynamicPropertyType<Boolean> AutoplayProperty |
Sets whether the Value Accumulator starts automatically when it is attached to the node.
DynamicPropertyType<Integer> BoundTypeProperty |
Sets how the Value Accumulator limits the total accumulated value between the minimum and maximum value boundaries.
DynamicPropertyType<Integer> IncrementTimeIntervalProperty |
Sets the frequency of increments in milliseconds.
DynamicMessageType<ValueAccumulatorMetadata.PauseMessageArguments> PauseMessage |
Pauses the animation applied by a Value Accumulator to its target property value.
DynamicMessageType<ValueAccumulatorMetadata.ResumeMessageArguments> ResumeMessage |
Resumes the paused animation applied by a Value Accumulator to its target property value.
DynamicMessageType<ValueAccumulatorMetadata.StartMessageArguments> StartMessage |
Starts the animation applied by a Value Accumulator to its target property value.
DynamicMessageType<ValueAccumulatorMetadata.StopMessageArguments> StopMessage |
Stops the animation applied by a Value Accumulator to its target property value.