DropShadow

Namespace: PP.Ui.

Inheritance hierarchy

Object

DropShadow

Description

The DropShadow class is used to work with speedometer visualizer shadow.

Syntax

PP.initClass(PP.Ui.DropShadow, PP.Object, "PP.Ui.DropShadow");

Constructor

  Constructor name Brief description
DropShadow The DropShadow constructor creates an instance of the DropShadow class.

Properties

  Property name Brief description
Background The Background property specifies brush for speedometer visualizer shadow fill.
Offset The Offset property determines shadow offset from speedometer visualizer.

Methods

  Method name Brief description
getShadowElement The getShadowElement method returns the SVG element that corresponds to speedometer visualizer shadow.
render The render method creates an SVG element that corresponds to speedometer visualizer shadow.
setAttr The setAttr method sets specified attributes for the SVG element that corresponds to speedometer visualizer shadow.

Properties inherited from the class Object

  Property name Brief description
Data The Data property associates a random object with this component.
Id The Id property sets component identifier.
Settings The Settings property sets the component parameters.

Methods inherited from the class Object

  Method name Brief description
clone The clone method creates a copy of object. It is not implemented in PP.Ui.Control.
dispose The dispose method deletes the component.
getTypeName The getTypeName method returns the name of the object type without the namespace, to which it belongs.

See also:

Speedometer