Interface ICssValueMapper

All Known Implementing Classes:
CssValueMapper

public interface ICssValueMapper
Author:
Silvan Wyss
  • Method Details

    • mapColorToCssValue

      String mapColorToCssValue(IColor color)
      Parameters:
      color -
      Returns:
      the CSS value from the given color.
      Throws:
      RuntimeException - if the given color is null.