Package it.eng.spagobi.engines.kpi.bo.charttypes.dialcharts

Examples of it.eng.spagobi.engines.kpi.bo.charttypes.dialcharts.BulletGraph


      else if(subtype.equalsIgnoreCase("Meter")){
        sbi= new Meter();
        logger.debug("Meter chart instanciated");
      }
      else if(subtype.equalsIgnoreCase("BulletGraph")){
        sbi= new BulletGraph();
        logger.debug("Meter chart instanciated");
      }
      else if(subtype.equalsIgnoreCase("LineChart")){
        sbi= new LineChart();
        logger.debug("Line chart instanciated");
View Full Code Here

TOP

Related Classes of it.eng.spagobi.engines.kpi.bo.charttypes.dialcharts.BulletGraph

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.