SvgPath class
- Inheritance
-
- Object
- SvgOperation
- SvgPath
Constructors
- SvgPath.new(String d, SvgBrush brush, SvgClipPath clip, SvgTransform transform, SvgPainter painter)
- SvgPath.fromCircleXml(XmlElement element, SvgPainter painter, SvgBrush brush)
-
factory
- SvgPath.fromEllipseXml(XmlElement element, SvgPainter painter, SvgBrush brush)
-
factory
- SvgPath.fromLineXml(XmlElement element, SvgPainter painter, SvgBrush brush)
-
factory
- SvgPath.fromPolygonXml(XmlElement element, SvgPainter painter, SvgBrush brush)
-
factory
- SvgPath.fromPolylineXml(XmlElement element, SvgPainter painter, SvgBrush brush)
-
factory
- SvgPath.fromRectXml(XmlElement element, SvgPainter painter, SvgBrush brush)
-
factory
- SvgPath.fromXml(XmlElement element, SvgPainter painter, SvgBrush brush)
-
factory
Properties
- brush → SvgBrush
-
finalinherited
- clip → SvgClipPath
-
finalinherited
- d → String
-
final
- 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