Kanzi  3.9.2
Java API
TrajectoryLayout2DMetadata Interface Reference

Metadata definitions for TrajectoryLayout2D. More...

Inheritance diagram for TrajectoryLayout2DMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.TrajectoryLayout2D")
 Metaclass for TrajectoryLayout2D.
 
- Public Attributes inherited from TrajectoryLayoutConceptMetadata
DynamicPropertyType< Boolean > AlignToTangentProperty
 Whether to align the items in this Trajectory Layout to match the tangent of the trajectory. More...
 
DynamicPropertyType< Float > CalculatedOffsetProperty
 Reports the current offset of an item in a Trajectory Layout in the proportional range [0, 1]. More...
 
DynamicPropertyType< Float > ItemAreaBeginProperty
 Sets the starting point of the trajectory segment in which the items in this Trajectory Layout are considered fully visible. More...
 
DynamicPropertyType< Float > ItemAreaEndProperty
 Sets the ending point of the trajectory segment in which the items in this Trajectory Layout are considered fully visible. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.TrajectoryLayoutConcept")
 Metaclass for TrajectoryLayoutConcept.
 
DynamicPropertyType< Float > OverrideDistanceProperty
 Sets the distance between the items in this Trajectory Layout. More...
 
DynamicPropertyType< Float > OverrideOffsetProperty
 Sets the offset of an item in a Trajectory Layout. More...
 
DynamicPropertyType< Float > StartOffsetProperty
 Sets the offset of the starting position of the items on the trajectory in the range [0, 1], where 0 is the beginning and 1 is the end of the trajectory. More...
 
DynamicPropertyType< Boolean > StretchProperty
 Whether to scale this Trajectory Layout to match the layout size. More...
 
DynamicPropertyType< ResourceTrajectoryProperty
 Sets the Trajectory along which this Trajectory Layout node arranges its items. More...
 

Detailed Description

Metadata definitions for TrajectoryLayout2D.