The goog.graphics.Stroke Class

goog.graphics.Stroke(width, color)

Creates an immutable stroke object.

width {number|string}
The width of the stroke.
color {string}
The color of the stroke.

.getColor()

returns {string}
The color of this stroke.

.getWidth()

returns {number|string}
The width of this stroke.