Class sap.gantt.def.gradient.RadicalGradientModule: sap/gantt/def/gradient/RadialGradient

extends DefBase

Radial gradient defined by SVG tag 'radialGradient'.

See Radical Gradient in SVG 1.1 specification for detail.
Radical gradient sample in SVG specification 1.1:

Constructor Summary
new sap.gantt.def.gradient.RadicalGradient(sId?, mSettings?)Creates and initializes a radial gradient defined for later reuse.
Constructor Detail
new sap.gantt.def.gradient.RadicalGradient(sId?, mSettings?)
Creates and initializes a radial gradient defined for later reuse.

Accepts an object literal mSettings that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.

The supported settings are:

  • Properties
    • cx : number (default: 400)
    • cy : number (default: 200)
    • r : number (default: 300)
    • fx : number (default: 400)
    • fy : number (default: 200)
  • Aggregations
    • stops : sap.gantt.def.gradient.Stop[]

In addition, all settings applicable to the base type sap.gantt.def.DefBase can be used as well.

Parameters:
{string}sId? ID of the new control, generated automatically if no ID is given
{object}mSettings? Initial settings for the new control