Class type Goog.Ui.gaugeTheme
class type gaugeTheme = object..end
method getExternalBorderStroke : Goog.Ggraphics.stroke Js.t Js.meth
Returns the stroke for the external border of the gauge.
Returns The stroke to use.
method getExternalBorderFill :
int -> int -> float -> Goog.Ggraphics.fill Js.t Js.meth
Returns the fill for the external border of the gauge.
Returns The fill to use.
method getInternalBorderStroke : Goog.Ggraphics.stroke Js.t Js.meth
Returns the stroke for the internal border of the gauge.
Returns The stroke to use.
method getInternalBorderFill :
int -> int -> float -> Goog.Ggraphics.fill Js.t Js.meth
Returns the fill for the internal border of the gauge.
Returns The fill to use.
method getMajorTickStroke : Goog.Ggraphics.stroke Js.t Js.meth
Returns the stroke for the major ticks of the gauge.
Returns The stroke to use.
method getMinorTickStroke : Goog.Ggraphics.stroke Js.t Js.meth
Returns the stroke for the minor ticks of the gauge.
Returns The stroke to use.
method getHingeStroke : Goog.Ggraphics.stroke Js.t Js.meth
Returns the stroke for the hinge at the center of the gauge.
Returns The stroke to use.
method getHingeFill :
int -> int -> float -> Goog.Ggraphics.fill Js.t Js.meth
Returns the fill for the hinge at the center of the gauge.
Returns The fill to use.
method getNeedleStroke : Goog.Ggraphics.stroke Js.t Js.meth
Returns the stroke for the gauge needle.
Returns The stroke to use.
method getNeedleFill :
int -> int -> float -> Goog.Ggraphics.fill Js.t Js.meth
Returns the fill for the hinge at the center of the gauge.
Returns The fill to use.
method getTitleColor : Js.js_string Js.t Js.meth
Returns the color for the gauge title.
Returns The color to use.
method getValueColor : Js.js_string Js.t Js.meth
Returns the color for the gauge value.
Returns The color to use.
method getTickLabelColor : Js.js_string Js.t Js.meth
Returns the color for the labels (formatted values) of tick marks.
Returns The color to use.
