SvgText class
- Inheritance
-
- Object
- SvgOperation
- SvgText
Constructors
-
SvgText.new(double? x, double? y, double dx, String text, PdfFont font, Iterable<
SvgText> tspan, PdfFontMetrics metrics, SvgBrush brush, SvgClipPath clip, SvgTransform transform, SvgPainter painter) - SvgText.fromXml(XmlElement element, SvgPainter painter, SvgBrush brush, [PdfPoint offset = PdfPoint.zero])
-
factory
Properties
- brush → SvgBrush
-
finalinherited
- clip → SvgClipPath
-
finalinherited
- dx → double
-
final
- font → PdfFont
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- metrics → PdfFontMetrics
-
final
- painter → SvgPainter
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
final
- transform → SvgTransform
-
finalinherited
-
tspan
→ Iterable<
SvgText> -
final
- x → double?
-
final
- y → double?
-
final
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