BiAbstractGauge2GradientFiller

This class is the base class of all gradient fillers.

This class extends BiAbstractGauge2Filler and therefore all methods and fields available for BiAbstractGauge2Filler are also available for BiAbstractGauge2GradientFiller .

Constructor

new BiAbstractGauge2GradientFiller ( )

Parameters

No parameters.

Properties

NameTypegetsetDescripton
color1StringcheckedcheckedThe color1 that the filler is going to use.
color2StringcheckedcheckedThe color2 that the filler is going to use.
highlightCenterNumbercheckedcheckedCenter of the highlight of the ring in percent. 0 being at the inner radius, 100 at the outer radius.
opacity1NumbercheckedcheckedThe opacity1 that the filler is going to use for color1.
opacity2NumbercheckedcheckedThe opacity2 that the filler is going to use for color2.
thicknessNumbercheckedcheckedThickness of the "ring" in percent.
xposNumbercheckedcheckedThe the x position of the center of the radial filling.
yposNumbercheckedcheckedThe the y position of the center of the radial filling.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.