SvgGroup class

Inheritance
Implementers

Constructors

SvgGroup.new(Iterable<SvgOperation> children, SvgBrush brush, SvgClipPath clip, SvgTransform transform, SvgPainter painter)
SvgGroup.fromXml(XmlElement element, SvgPainter painter, SvgBrush brush)
factory

Properties

brush SvgBrush
finalinherited
children Iterable<SvgOperation>
final
clip SvgClipPath
finalinherited
hashCode int
The hash code for this object.
no setterinherited
painter SvgPainter
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform SvgTransform
finalinherited

Methods

boundingBox() PdfRect
override
draw(PdfGraphics canvas) → void
inherited
drawShape(PdfGraphics canvas) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(PdfGraphics canvas) → void
inherited
paintShape(PdfGraphics canvas) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited