Optionaloptions: OptionsCreate a PathObjectUtils instance with the specified options.
Get the line cap of the current path object.
The graphic object utils instance.
A promise that resolves to the line cap.
Get the line join of the current path object.
A promise that resolves to the line join.
Get the line width of the current path object.
The graphic object utils instance.
A promise that resolves to the line width.
Get the miter limit of the current path object.
The graphic object utils instance.
A promise that resolves to the miter limit.
Set the line cap of the current path object.
The graphic object utils instance.
The line cap to set.
A promise that resolves to true if successful, false otherwise.
Set the line join of the current path object.
The graphic object utils instance.
The line join to set.
A promise that resolves to true if successful, false otherwise.
Set the line width of the current path object.
The graphic object utils instance.
The line width to set.
A promise that resolves to true if successful, false otherwise.
Set the miter limit of the current path object.
The graphic object utils instance.
The miter limit to set.
A promise that resolves to true if successful, false otherwise.
StaticcreateCreate a PathObjectUtils instance.
Optionaloptions: OptionsCreate a PathObjectUtils instance with the specified options.
Create a PathObjectUtils instance. Instead of creating an instance in new mode, use create to create an instance.