| Package | ardisia.components.rating.interfaces |
| Interface | public interface IRatingRenderer extends IBasicItemRenderer, spark.components.IItemRenderer |
| Property | Defined By | ||
|---|---|---|---|
| fillRotation : Number
The direction along which the fill should occur. | IRatingRenderer | ||
![]() | hovered : Boolean | IBasicItemRenderer | |
![]() | isDown : Boolean | IBasicItemRenderer | |
| percentFill : Number
Sets the percentage of the fill for the renderer
| IRatingRenderer | ||
| percentHighlightFill : Number
Sets the percentage of the fill for the highlight fill. | IRatingRenderer | ||
| fillRotation | property |
fillRotation:NumberThe direction along which the fill should occur. 270 is bottom to top, and 90 is top to bottom.
Property should be 0 for all horizontal fills. See LinearGradient docs.
public function get fillRotation():Number public function set fillRotation(value:Number):void| percentFill | property |
percentFill:NumberSets the percentage of the fill for the renderer
public function get percentFill():Number public function set percentFill(value:Number):void| percentHighlightFill | property |
percentHighlightFill:NumberSets the percentage of the fill for the highlight fill. E.G. the fill based on the current mouse hover.
public function get percentHighlightFill():Number public function set percentHighlightFill(value:Number):void