Kanzi  3.9.2
Java API
Slider3DMetadata Interface Reference

Metadata definitions for Slider3D. More...

Inheritance diagram for Slider3DMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Slider3D")
 Metaclass for Slider3D.
 
- Public Attributes inherited from SliderConceptMetadata
DynamicPropertyType< Float > MaxDistanceFromCurveProperty
 The distance from the curve where hit testing succeeds. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.SliderConcept")
 Metaclass for SliderConcept.
 
- Public Attributes inherited from RangeConceptMetadata
DynamicPropertyType< Boolean > IsValueChangingProperty
 Whether the value is currently changing. More...
 
DynamicPropertyType< Float > MaximumValueProperty
 The maximum value that the range allows. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.RangeConcept")
 Metaclass for RangeConcept.
 
DynamicPropertyType< Float > MinimumValueProperty
 The minimum value that the range allows. More...
 
DynamicPropertyType< Float > NormalizedValueProperty
 The current value normalized to range [0, 1]. More...
 
DynamicPropertyType< Float > StepProperty
 The minimum amount that the value of the range can change at a time. More...
 
AbstractMessageType ValueChangedMessage
 Occurs when the range value has changed. More...
 
AbstractMessageType ValueChangeFinishedMessage
 Occurs when the range value stops changing. More...
 
AbstractMessageType ValueChangeStartedMessage
 Occurs when the range value starts changing. More...
 
DynamicPropertyType< Float > ValueProperty
 The current value. More...
 

Detailed Description

Metadata definitions for Slider3D.