Metadata definitions for IntValueAccumulator. More...
Classes | |
class | SetAccumulatedValueBoundariesMessageArguments |
Metadata definitions for SetAccumulatedValueBoundariesMessageArguments. More... | |
Public Attributes | |
DynamicPropertyType< Integer > | IncrementSizeProperty |
The size of the increments of this Int Value Accumulator. More... | |
DynamicPropertyType< String > | IncrementSizeSourceProperty |
The property type set on this node that determines the increment size of this Int Value Accumulator. More... | |
DynamicPropertyType< Integer > | MaximumAccumulatedValueProperty |
The maximum total accumulated integer value. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.IntValueAccumulator") |
Metaclass for IntValueAccumulator. | |
DynamicPropertyType< Integer > | MinimumAccumulatedValueProperty |
The minimum total accumulated integer value. More... | |
DynamicMessageType< IntValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments > | SetAccumulatedValueBoundariesMessage |
Sets the minimum and maximum total accumulated integer value. More... | |
DynamicPropertyType< String > | TargetPropertyTypeProperty |
The property type on this node that this Int Value Accumulator updates. More... | |
Public Attributes inherited from ValueAccumulatorMetadata | |
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 IntValueAccumulator.
DynamicPropertyType<Integer> IncrementSizeProperty |
The size of the increments of this Int Value Accumulator.
DynamicPropertyType<String> IncrementSizeSourceProperty |
The property type set on this node that determines the increment size of this Int Value Accumulator.
DynamicPropertyType<Integer> MaximumAccumulatedValueProperty |
The maximum total accumulated integer value.
DynamicPropertyType<Integer> MinimumAccumulatedValueProperty |
The minimum total accumulated integer value.
DynamicMessageType<IntValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments> SetAccumulatedValueBoundariesMessage |
Sets the minimum and maximum total accumulated integer value.
DynamicPropertyType<String> TargetPropertyTypeProperty |
The property type on this node that this Int Value Accumulator updates.