SVGAnimateTransformElementBuilder Class
Contents
[
Hide
]SVGAnimateTransformElementBuilder class
Builder class for constructing an SVG ‘animateTransform’ element, which is used for creating transformation animations within SVG graphics. It enables the building of content within the ‘animateTransform’ element and provides methods to set various attributes specific to the ‘animateTransform’ element in SVG.
public class SVGAnimateTransformElementBuilder : SVGElementBuilder<SVGAnimateTransformElement>,
IAnimationAdditionAttributeSetter, IAnimationEventAttributeSetter,
IAnimationTargetAttributeSetter, IAnimationTargetElementAttributeSetter,
IAnimationTimingAttributeSetter, IAnimationValueAttributeSetter,
IConditionalProcessingAttributeSetter, ICoreAttributeSetter, IDescriptiveElementBuilder,
IDocumentElementEventAttributeSetter, IGlobalEventAttributeSetter
Constructors
Name | Description |
---|---|
SVGAnimateTransformElementBuilder() | The default constructor. |
Properties
Name | Description |
---|---|
Configurations { get; } |
Methods
Name | Description |
---|---|
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGAnimateTransformElement) | |
BuildElement(Document) | |
Type(TransformationType) | Sets the ’type’ attribute of the SVG ‘animateTransform’ element, specifying the type of transformation. |
See Also
- class SVGElementBuilder<T>
- class SVGAnimateTransformElement
- interface IAnimationAdditionAttributeSetter
- interface IAnimationEventAttributeSetter
- interface IAnimationTargetAttributeSetter
- interface IAnimationTargetElementAttributeSetter
- interface IAnimationTimingAttributeSetter
- interface IAnimationValueAttributeSetter
- interface IConditionalProcessingAttributeSetter
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- interface IDocumentElementEventAttributeSetter
- interface IGlobalEventAttributeSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG