graphics.SolidFill Extends goog.graphics.Fill
Creates an immutable solid color fill object.

Inheritance

Constructor

goog.graphics.SolidFill(coloropt_opacity)

Parameters

color : string
The color of the background.
opt_opacity : number=
The opacity of the background fill. The value must be greater than or equal to zero (transparent) and less than or equal to 1 (opaque).

Instance Methods

Public Protected Private
getColor() string
No description.
Returns: string  The color of this fill.
code »
getOpacity() number
No description.
Returns: number  The opacity of this fill.
code »
getColor1() string
No description.
Returns: string  The start color of a gradient fill.
code »
getColor2() string
No description.
Returns: string  The end color of a gradient fill.
code »

Instance Properties

color_ :
The color with which to fill.
Code »
constructor :
No description.
Code »
opacity_ :
The opacity of the fill.
Code »

Static Properties

goog.graphics.SolidFill.superClass_ :
No description.
Code »

Package graphics

Package Reference