Packageardisia.components.rating.interfaces
Interfacepublic interface IRatingRenderer extends IBasicItemRenderer, spark.components.IItemRenderer

Renderers for the Rating class should implement this interface.



Public Properties
 PropertyDefined By
  fillRotation : Number
The direction along which the fill should occur.
IRatingRenderer
 Inheritedhovered : Boolean
IBasicItemRenderer
 InheritedisDown : 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
Property Detail
fillRotationproperty
fillRotation:Number

The 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.


Implementation
    public function get fillRotation():Number
    public function set fillRotation(value:Number):void
percentFillproperty 
percentFill:Number

Sets the percentage of the fill for the renderer


Implementation
    public function get percentFill():Number
    public function set percentFill(value:Number):void
percentHighlightFillproperty 
percentHighlightFill:Number

Sets the percentage of the fill for the highlight fill. E.G. the fill based on the current mouse hover.


Implementation
    public function get percentHighlightFill():Number
    public function set percentHighlightFill(value:Number):void