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

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


  {
    final MasterReport masterReportElement = getActiveContext().getContextRoot();
    ElementStyleDefinition styleDefinition = masterReportElement.getStyleDefinition();
    if(styleDefinition != null)
    {
      styleDefinition = styleDefinition.clone();
    }

    final ReportDesignerContext context = getReportDesignerContext();
    final StyleDefinitionEditorDialog dialog = StyleDefinitionEditorDialog.createDialog(context.getView().getParent(), context);
    final ElementStyleDefinition elementStyleDefinition = dialog.performEdit(styleDefinition);
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.