TransformBuilder class

TransformBuilder class

Builder class for creating SVG transform attribute strings.

The TransformBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of TransformBuilder

Methods

MethodDescription
matrixAdds a matrix transform to the builder.
translateAdds a translate transform to the builder.
scaleAdds a scale transform to the builder.
rotateAdds a rotate transform to the builder.
skew_xAdds a skewX transform to the builder.
skew_yAdds a skewY transform to the builder.
buildBuilds the transform attribute string.

See Also