graphics.Stroke Extends
Creates an immutable stroke object.

Inheritance

Constructor

goog.graphics.Stroke(widthcolor)

Parameters

width : number | string
The width of the stroke.
color : string
The color of the stroke.

Instance Methods

Public Protected Private
getColor() string
No description.
Returns: string  The color of this stroke.
code »
getWidth() number | string
No description.
Returns: number | string  The width of this stroke.
code »

Instance Properties

color_ :
The color with which to fill.
Code »
width_ :
The width of the stroke.
Code »

Package graphics

Package Reference