phina.js.d.ts
Preparing search index...
phina
display
PathShapeStatic
Interface PathShapeStatic
interface
PathShapeStatic
{
new
PathShapeStatic
(
options
?:
PathShapeOptions
)
:
phina
.
display
.
PathShape
;
defaults
:
{
backgroundColor
:
string
;
fill
:
boolean
;
lineCap
:
string
;
lineJoin
:
string
;
}
;
(
options
?:
PathShapeOptions
)
:
phina
.
display
.
PathShape
;
}
PathShapeStatic
(
options
?:
PathShapeOptions
)
:
phina
.
display
.
PathShape
Parameters
Optional
options
:
PathShapeOptions
Returns
phina
.
display
.
PathShape
Index
Constructors
constructor
Properties
defaults
Constructors
constructor
new
PathShapeStatic
(
options
?:
PathShapeOptions
)
:
phina
.
display
.
PathShape
Parameters
Optional
options
:
PathShapeOptions
Returns
phina
.
display
.
PathShape
Properties
defaults
defaults
:
{
backgroundColor
:
string
;
fill
:
boolean
;
lineCap
:
string
;
lineJoin
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
defaults
phina.js.d.ts
Loading...