Package | com.flexcalendar.components.calendar.displayClasses.decoration |
Class | public class RendererColorsFactory |
Inheritance | RendererColorsFactory ![]() |
See also
Method | Defined By | ||
---|---|---|---|
RendererColorsFactory(staticClassEnforcer:StaticClassEnforcer) | RendererColorsFactory | ||
buildColors(colorName:String):RendererColors [static]
This method builds color set for renderers with solid background
| RendererColorsFactory | ||
buildColorsWithGradient(colorName:String):RendererColorsWithHeaderAndGradient [static]
This method builds color set for renderers with gradient background
| RendererColorsFactory |
RendererColorsFactory | () | Constructor |
public function RendererColorsFactory(staticClassEnforcer:StaticClassEnforcer)
staticClassEnforcer:StaticClassEnforcer |
buildColors | () | method |
public static function buildColors(colorName:String):RendererColors
This method builds color set for renderers with solid background
Parameters
colorName:String — - name of color defined in RendererColors class
|
RendererColors — |
buildColorsWithGradient | () | method |
public static function buildColorsWithGradient(colorName:String):RendererColorsWithHeaderAndGradient
This method builds color set for renderers with gradient background
Parameters
colorName:String — - name of color defined in RendererColors class
|
RendererColorsWithHeaderAndGradient — |