Package org.pentaho.reporting.engine.classic.core.style.css

Examples of org.pentaho.reporting.engine.classic.core.style.css.ElementStyleDefinition.addRule()


    ElementStyleRule rule = new ElementStyleRule();
    rule.addSelector((CSSSelector) factory.createElementSelector(null, "label"));
    rule.setStyleProperty(TextStyleKeys.FONT, targetName);

    ElementStyleDefinition def = new ElementStyleDefinition();
    def.addRule(rule);
    return def;
  }


}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.