A transform node that rotates its subgraph about the origin by
some angle. When setting the angle, remember that you can use the
constant pi or expressions using pi.
| XML Element | XML Type | Java Class |
| transform | rotate | uk.ac.ic.doc.scenebeans.Rotate |
| Name | Type | Default Value | Getter Method | Setter Method | Description |
| angle | double | 0.0 |
getAngle
|
setAngle
|
The angle of rotation, in radians. |
| transform | java.awt.geom. AffineTransform | The identity transform |
getTransform
|
read only |
The transformation matrix corresponding to rotation about the origin
by the value of the angle property.
This property cannot be used in XML. |
| transformedGraph | SceneGraph | A Null bean |
getTransformedGraph
|
read only |
The transformed subgraph.
This property cannot be used in XML. |