PathOrders class

A collection of common PathOrder constants.

Constructors

PathOrders()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

bottomToTop PathOrder
PathSegment elements which are located at the very bottom of the overall bounding box are considered first.
getter/setter pair
decreasingLength PathOrder
PathSegment elements which are biggest in size are considered first.
getter/setter pair
increasingLength PathOrder
PathSegment elements which are smallest in size are considered first.
getter/setter pair
leftToRight PathOrder
PathSegment elements which are located left-most of the overall bounding box are considered first.
getter/setter pair
original PathOrder
The PathSegment elements are painted in the order as they are laid out in the Svg asset or path list. This is useful as a default PathOrder for cases where a PathOrder is required but no different order is desired.
getter/setter pair
rightToLeft PathOrder
PathSegment elements which are located right-most of the overall bounding box are considered first.
getter/setter pair
topToBottom PathOrder
PathSegment elements which are located at the very top of the overall bounding box are considered first.
getter/setter pair