Package | com.scottlogic.sparkline |
Class | public class TernarySparkline |
Inheritance | TernarySparkline ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
Constructor
| TernarySparkline |
Method | Defined By | ||
---|---|---|---|
![]() | drawBackground(width:Number, height:Number):void
Draws the background for the sparkline. | SparklineBase | |
![]() | invalidateData():void
Marks the current render data cache as dirty. | SparklineBase | |
![]() | updateBounds(width:Number, height:Number):void
Ensures the bounds are up to date. | SparklineBase | |
updateData():void [override]
Updates the render data cache to reflect the current data
provider values. | TernarySparkline | ||
![]() | validateData():void
If the current render data cache is considered dirty then
it updates the cache. | SparklineBase |
TernarySparkline | () | Constructor |
public function TernarySparkline()
Constructor
updateData | () | method |
override protected function updateData():void
Updates the render data cache to reflect the current data provider values. Maps the data provider values to screen coordinates.