Last updated

API / geotoolkit / animation / effects / Motion / RotateType

Enumeration: RotateType

effects.Motion.RotateType

Provides enumeration for "rotate" attribute. For more information see '19.2.14 The 'animateMotion' element' from 'Scalable Vector Graphics (SVG) 1.1 Specification'.

Table of contents

Enumeration Members

Contents

Enumeration Members

Auto

Auto = "Auto"

Auto indicates that the object is rotated over time by the angle of the direction (i.e., directional tangent vector) of the motion path.


AutoReverse

AutoReverse = "AutoReverse"

Auto-reverse indicates that the object is rotated over time by the angle of the direction (i.e., directional tangent vector) of the motion path plus 180 degrees.


Value

Value = "Value"

Allows to set the angle of the rotation manually.