goog.ui.Gauge#setTheme
.
goog.ui.GaugeTheme |
Returns the fill for the external border of the gauge.
Arguments:
Returns: !goog.graphics.Fill
The fill to use.
|
code » | ||||
Returns the stroke for the external border of the gauge.
Returns: !goog.graphics.Stroke
The stroke to use.
|
code » | ||||
Returns the fill for the hinge at the center of the gauge.
Arguments:
Returns: !goog.graphics.Fill
The fill to use.
|
code » | ||||
Returns the stroke for the hinge at the center of the gauge.
Returns: !goog.graphics.Stroke
The stroke to use.
|
code » | ||||
Returns the fill for the internal border of the gauge.
Arguments:
Returns: !goog.graphics.Fill
The fill to use.
|
code » | ||||
Returns the stroke for the internal border of the gauge.
Returns: !goog.graphics.Stroke
The stroke to use.
|
code » | ||||
Returns the stroke for the major ticks of the gauge.
Returns: !goog.graphics.Stroke
The stroke to use.
|
code » | ||||
Returns the stroke for the minor ticks of the gauge.
Returns: !goog.graphics.Stroke
The stroke to use.
|
code » | ||||
Returns the fill for the hinge at the center of the gauge.
Arguments:
Returns: !goog.graphics.Fill
The fill to use.
|
code » | ||||
Returns the stroke for the gauge needle.
Returns: !goog.graphics.Stroke
The stroke to use.
|
code » | ||||
Returns the color for the labels (formatted values) of tick marks.
Returns: string
The color to use.
|
code » | ||||
Returns the color for the gauge title.
Returns: string
The color to use.
|
code » | ||||
Returns the color for the gauge value.
Returns: string
The color to use.
|
code » |