Packageorg.juicekit.visual.renderers
Classpublic class IndexCircleRenderer
InheritanceIndexCircleRenderer Inheritance NumberRendererBase Inheritance RendererBase Inheritance mx.core.UIComponent

The IndexCircleRenderer class draws an indexing circle and label based upon the numeric value assigned to this renderer's data property.



Public Properties
 PropertyDefined by
 Inheriteddata : Object
Implement the IDataRenderer interface.
RendererBase
 InheritedlistData : BaseListData
Implement the IDropInListItemRenderer interface.
RendererBase
Protected Properties
 PropertyDefined by
 InheriteddataPropertyChanged : Boolean = false
Indicated whether the data property was changed.
RendererBase
 InheritednumberValue : Number
NumberRendererBase
Public Methods
 MethodDefined by
  
Constructor.
IndexCircleRenderer
Protected Methods
 MethodDefined by
 Inherited
Reset the dataPropertyChanged and invalidate the display list.
RendererBase
Events
 EventSummaryDefined by
 Inherited Dispatched when the data property changes.RendererBase
Styles
 StyleDescriptionDefined by
  
color
Type: uint   Format: Color   CSS Inheritance: yes
Determines the normal condition fill color. The default value is 0x000000.
IndexCircleRenderer
  
paddingBottom
Type: Number   Format: Length   CSS Inheritance: no
Number of pixels between the component's bottom border and the bottom edge of its content area. The default value is 0.
IndexCircleRenderer
  
paddingLeft
Type: Number   Format: Length   CSS Inheritance: no
Number of pixels between the component's left border and the left edge of its content area. The default value is 0.
IndexCircleRenderer
  
paddingRight
Type: Number   Format: Length   CSS Inheritance: no
Number of pixels between the component's right border and the right edge of its content area. The default value is 0.
IndexCircleRenderer
  
paddingTop
Type: Number   Format: Length   CSS Inheritance: no
Number of pixels between the component's top border and the top edge of its content area. The default value is 0.
IndexCircleRenderer
Constructor detail
IndexCircleRenderer()constructor
public function IndexCircleRenderer()

Constructor.