Package datasoul.templates

Examples of datasoul.templates.DisplayTemplate


        // Determine width and height. Use from the template for the first item
        ServiceItem item = ServiceListTable.getActiveInstance().getServiceItem(0);
        if (item == null)
            return;

        DisplayTemplate firstTemplate = TemplateManager.getInstance().newDisplayTemplate(item.getTemplate());
        int width = firstTemplate.getWidth();
        int height = firstTemplate.getHeight();


        // Create output
        ServiceListExporterSlides sles = new ServiceListExporterSlides(fileName, width, height);
        try{
View Full Code Here

TOP

Related Classes of datasoul.templates.DisplayTemplate

Copyright © 2018 www.massapicom. 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.