Class BackgroundColorStyleFactory

  • All Implemented Interfaces:
    ParametricStyleFactory

    public class BackgroundColorStyleFactory
    extends ForegroundColorStyleFactory
    Create a text style that colours the text background according to the value of the first parameter. It is parsed similarly to colours in HTML, using a parameter of the form #rrggbb or #aarrggbb.
    Author:
    Chris Jennings