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

Packages that use ChartEngine
org.zkoss.zkex.zul.impl Classes used to implement ZUL Component extension Set (implementation only). 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.api Interfaces of zul components, which are the abstract layer to access a ZUL component 
 

Uses of ChartEngine in org.zkoss.zkex.zul.impl
 

Classes in org.zkoss.zkex.zul.impl that implement ChartEngine
 class JFreeChartEngine
          A chart engine implemented with JFreeChart.
 

Uses of ChartEngine in org.zkoss.zul
 

Methods in org.zkoss.zul that return ChartEngine
 ChartEngine Chart.getEngine()
          Returns the implemetation chart engine.
protected  ChartEngine Chart.newChartEngine()
          Instantiates the default 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.api
 

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

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



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo