Uses of Interface
org.zkoss.zul.impl.ChartEngine
-
Packages that use ChartEngine Package Description org.zkoss.zkex.zul.impl org.zkoss.zul -
-
Uses of ChartEngine in org.zkoss.zkex.zul.impl
Classes in org.zkoss.zkex.zul.impl that implement ChartEngine Modifier and Type Class Description class
JFreeChartEngine
A chart engine implemented with JFreeChart. -
Uses of ChartEngine in org.zkoss.zul
Methods in org.zkoss.zul that return ChartEngine Modifier and Type Method Description ChartEngine
Chart. getEngine()
Returns the implementation chart engine.protected ChartEngine
Chart. newChartEngine()
Instantiates the default chart engine.Methods in org.zkoss.zul with parameters of type ChartEngine Modifier and Type Method Description void
Chart. setEngine(ChartEngine engine)
Sets the chart engine.
-