This is a Gauge Control (Speedometer), described by Nicholas Stein and coded by Antonino Cacace.
Link to blog: Design Studio SDK: Gauge Component
Link to initial component description: Design Studio SDK - Creating a custom gauge component
| Name | Description | Group | Default | Visible |
|---|---|---|---|---|
| endValue [int] |
End Value End Value |
Display | 100 | true |
| firstColor [String] |
First Colour First Colour |
Display | #FA1E1E | true |
| gradientColor [boolean] |
Gradient Colour Gradient Colour |
Display | true | |
| haveNumbers [boolean] |
Show Number Show Number |
Display | true | true |
| indicatorValue [float] |
Indicator Value Indicator Value |
Display | 25 | true |
| mainColor [String] |
Main Colour Main Colour |
Display | #EDEDED | true |
| needleColor [String] |
Needle Colour Needle Colour |
Display | #D80000 | true |
| numOfBigTicks [int] |
Number Of Big Ticks Number Of Big Ticks |
Display | 5 | true |
| numOfSmallTicks [int] |
Number Of Small Ticks Number Of Small Ticks |
Display | 2 | true |
| secondColor [String] |
Second Colour Second Colour |
Display | #FCFA4E | true |
| showValue [boolean] |
Show Value Show Value |
Display | true | true |
| showedValue [String] |
Showed Value Showed Value |
Display | 25 % | true |
| startSecondColor [int] |
Start Of Second Colour Start Of Second Colour |
Display | 20 | true |
| startThirdColor [int] |
Start Of Third Colour Start Of Third Colour |
Display | 80 | true |
| startValue [int] |
Start Value Start Value |
Display | 0 | true |
| thirdColor [String] |
Third Colour Third Colour |
Display | #2BFC23 | true |
| title [String] |
Title Title |
Display | Insert Title Here | true |
| ttColor [String] |
Text And Ticks Colour Text And Ticks Colour |
Display | #000000 | true |
| Name | Description | Group | Default | Visible |
|---|
| Name | Parameters | Return |
|---|---|---|
| getEndValue [details] | int | |
| getFirstColor [details] | String | |
| getIndicatorValue [details] | float | |
| getMainColor [details] | String | |
| getNeedleColor [details] | String | |
| getNumOfBigTicks [details] | int | |
| getNumOfSmallTicks [details] | int | |
| getSecondColor [details] | String | |
| getShowedValue [details] | String | |
| getStartSecondColor [details] | int | |
| getStartThirdColor [details] | int | |
| getStartValue [details] | int | |
| getThirdColor [details] | String | |
| getTitle [details] | String | |
| getTtColor [details] | String | |
| isGradientColor [details] | boolean | |
| isHaveNumbers [details] | boolean | |
| isShowValue [details] | boolean | |
| setEndValue [details] | endValue | void |
| setFirstColor [details] | firstColor | void |
| setGradientColor [details] | gradientColor | void |
| setHaveNumbers [details] | haveNumbers | void |
| setIndicatorValue [details] | indicatorValue | void |
| setMainColor [details] | mainColor | void |
| setNeedleColor [details] | needleColor | void |
| setNumOfBigTicks [details] | numOfBigTicks | void |
| setNumOfSmallTicks [details] | numOfSmallTicks | void |
| setSecondColor [details] | secondColor | void |
| setShowValue [details] | showValue | void |
| setShowedValue [details] | showedValue | void |
| setStartSecondColor [details] | startSecondColor | void |
| setStartThirdColor [details] | startThirdColor | void |
| setStartValue [details] | startValue | void |
| setThirdColor [details] | thirdColor | void |
| setTitle [details] | title | void |
| setTtColor [details] | ttColor | void |
| Name | Description | Group | Default | Visible |
|---|
| int getEndValue |
Gets End Value Property |
||||||
| Source Code | return this.endValue; | ||||||
| String getFirstColor |
Gets First Colour Property |
||||||
| Source Code | return this.firstColor; | ||||||
| float getIndicatorValue |
Gets Indicator Value Property |
||||||
| Source Code | return this.indicatorValue; | ||||||
| String getMainColor |
Gets Main Colour Property |
||||||
| Source Code | return this.mainColor; | ||||||
| String getNeedleColor |
Gets Needle Colour Property |
||||||
| Source Code | return this.needleColor; | ||||||
| int getNumOfBigTicks |
Gets Number Of Big Ticks Property |
||||||
| Source Code | return this.numOfBigTicks; | ||||||
| int getNumOfSmallTicks |
Gets Number Of Small Ticks Property |
||||||
| Source Code | return this.numOfSmallTicks; | ||||||
| String getSecondColor |
Gets Second Colour Property |
||||||
| Source Code | return this.secondColor; | ||||||
| String getShowedValue |
Gets Showed Value Property |
||||||
| Source Code | return this.showedValue; | ||||||
| int getStartSecondColor |
Gets Start Of Second Colour Property |
||||||
| Source Code | return this.startSecondColor; | ||||||
| int getStartThirdColor |
Gets Start Of Third Colour Property |
||||||
| Source Code | return this.startThirdColor; | ||||||
| int getStartValue |
Gets Start Value Property |
||||||
| Source Code | return this.startValue; | ||||||
| String getThirdColor |
Gets Third Colour Property |
||||||
| Source Code | return this.thirdColor; | ||||||
| String getTitle |
Gets Title Property |
||||||
| Source Code | return this.title; | ||||||
| String getTtColor |
Gets Text And Ticks Colour Property |
||||||
| Source Code | return this.ttColor; | ||||||
| boolean isGradientColor |
Gets Gradient Colour Property |
||||||
| Source Code | return this.gradientColor; | ||||||
| boolean isHaveNumbers |
Gets Show Number Property |
||||||
| Source Code | return this.haveNumbers; | ||||||
| boolean isShowValue |
Gets Show Value Property |
||||||
| Source Code | return this.showValue; | ||||||
| void setEndValue |
Sets End Value Property
|
||||||
| Source Code | this.endValue = endValue; | ||||||
| void setFirstColor |
Sets First Colour Property
|
||||||
| Source Code | this.firstColor = firstColor; | ||||||
| void setGradientColor |
Sets Gradient Colour Property
|
||||||
| Source Code | this.gradientColor = gradientColor; | ||||||
| void setHaveNumbers |
Sets Show Number Property
|
||||||
| Source Code | this.haveNumbers = haveNumbers; | ||||||
| void setIndicatorValue |
Sets Indicator Value Property
|
||||||
| Source Code | this.indicatorValue = indicatorValue; | ||||||
| void setMainColor |
Sets Main Colour Property
|
||||||
| Source Code | this.mainColor = mainColor; | ||||||
| void setNeedleColor |
Sets Needle Colour Property
|
||||||
| Source Code | this.needleColor = needleColor; | ||||||
| void setNumOfBigTicks |
Sets Number Of Big Ticks Property
|
||||||
| Source Code | this.numOfBigTicks = numOfBigTicks; | ||||||
| void setNumOfSmallTicks |
Sets Number Of Small Ticks Property
|
||||||
| Source Code | this.numOfSmallTicks = numOfSmallTicks; | ||||||
| void setSecondColor |
Sets Second Colour Property
|
||||||
| Source Code | this.secondColor = secondColor; | ||||||
| void setShowValue |
Sets Show Value Property
|
||||||
| Source Code | this.showValue = showValue; | ||||||
| void setShowedValue |
Sets Showed Value Property
|
||||||
| Source Code | this.showedValue = showedValue; | ||||||
| void setStartSecondColor |
Sets Start Of Second Colour Property
|
||||||
| Source Code | this.startSecondColor = startSecondColor; | ||||||
| void setStartThirdColor |
Sets Start Of Third Colour Property
|
||||||
| Source Code | this.startThirdColor = startThirdColor; | ||||||
| void setStartValue |
Sets Start Value Property
|
||||||
| Source Code | this.startValue = startValue; | ||||||
| void setThirdColor |
Sets Third Colour Property
|
||||||
| Source Code | this.thirdColor = thirdColor; | ||||||
| void setTitle |
Sets Title Property
|
||||||
| Source Code | this.title = title; | ||||||
| void setTtColor |
Sets Text And Ticks Colour Property
|
||||||
| Source Code | this.ttColor = ttColor; | ||||||