Examples of SimpleDemoFrame


Examples of org.pentaho.reporting.engine.classic.demo.util.SimpleDemoFrame

    ClassicEngineBoot.getInstance().start();

    final SparklineAPIDemo demoHandler = new SparklineAPIDemo();
//    BundleWriter.writeReportToZipFile(demoHandler.createReport(), new File("/tmp/sparklines.prpt"));

    final SimpleDemoFrame frame = new SimpleDemoFrame(demoHandler);
    frame.init();
    frame.pack();
    LibSwingUtil.centerFrameOnScreen(frame);
    frame.setVisible(true);
//    HtmlReportUtil.createDirectoryHTML(demoHandler.createReport(), "/tmp/test/report.html");
  }
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.