Uses of Interface
org.zkoss.zul.impl.ChartEngine

Packages that use ChartEngine
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Uses of ChartEngine in org.zkoss.zul
 

Methods in org.zkoss.zul that return ChartEngine
 ChartEngine Chart.getEngine()
          Returns the implemetation chart engine.
 

Methods in org.zkoss.zul with parameters of type ChartEngine
 void Chart.setEngine(ChartEngine engine)
          Sets the chart engine.
 

Uses of ChartEngine in org.zkoss.zul.impl
 

Classes in org.zkoss.zul.impl that implement ChartEngine
 class SimpleChartEngine
          A Facade Chart engine implemented with JFreeChart.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.