Shear

A transform node that shears its subgraph parallel to x and y axes, centered on the orgin.

Features

XML Element XML Type Java Class
transform shear uk.ac.ic.doc.scenebeans.Shear

Properties

Name Type Default Value Getter Method Setter Method Description
x double 0.0 getX setX The shear factor parallel to the x axis. This property cannot be set to zero.
y double 0.0 getY setY The shear factor parallel to the y axis. This property cannot be set to zero.
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.