Constructors
constructor
- new GridStyle(color: undefined | Color, width: number): GridStyle
-
Parameters
-
color: undefined | Color
-
width: number
Methods
getColor
- getColor(): undefined | Color
-
Returns undefined | Color
getWidth
- getWidth(): number
-
Returns number
setColor
- setColor(color?: Color): void
-
Returns void
setWidth
- setWidth(width: number): void
-
Returns void
Static
style
- style(color: undefined | Color, width: number): GridStyle
-
Parameters
-
color: undefined | Color
-
width: number
Grid Line Style