graphics.Stroke Extends Object
Creates an immutable stroke object.

Inheritance

Object
     goog.graphics.Stroke

Constructor

goog.graphics.Stroke(widthcolor)

Parameters

width :
The width of the stroke.
color :
The color of the stroke.

Instance Methods

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

Package graphics

Package Reference