SvgPainter class
Constructors
- SvgPainter.new(SvgParser parser, PdfGraphics? _canvas, PdfDocument document, PdfRect boundingBox)
Properties
- boundingBox → PdfRect
-
final
- document → PdfDocument
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- parser → SvgParser
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getFont(
String fontFamily, String fontStyle, String fontWeight) → Font -
getFontCache(
String fontFamily, String fontStyle, String fontWeight) → Font? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited