Packageorg.juicekit.flare.vis.label
Interfacepublic interface ILabelFormatter

Inteface for LabelFormatters used by a LabelLayout. This interface describes the callback protocol used to apply style attributes to labels.



Public Methods
 MethodDefined by
  
labelFormat(dataSprite:DataSprite):LabelFormat
Returns a LabelFormat for a given data property object.
ILabelFormatter
Method detail
labelFormat()method
public function labelFormat(dataSprite:DataSprite):LabelFormat

Returns a LabelFormat for a given data property object.

Parameters
dataSprite:DataSprite — Reference to a DataSprite instance.

Returns
LabelFormat