PolyPathD class

PolyPathD specializes PolyPath for a PathD.

Inheritance
Implementers

Constructors

PolyPathD({PathD? polygon, PolyPathD? parent, required double scale})

Properties

children List<PolyPathD>
Children of the polygon.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isHole bool
Determine if this polygon is a hole.
no setterinherited
level int
Determine the level of this polygon.
no setterinherited
parent PolyPathD?
Parent of the polygon.
finalinherited
polygon PathD?
This polygon as a path.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
final

Methods

addChild64(Path64 p) PolyPath<PolyPath<dynamic, Object>, Object>
Add a new path as a child to this polygon.
override
addChildD(PathD p) PolyPathD
clear() → void
Remove all children from the polygon.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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