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 classJFreeChartEngineA 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 ChartEngineChart. getEngine()Returns the implementation chart engine.protected ChartEngineChart. newChartEngine()Instantiates the default chart engine.Methods in org.zkoss.zul with parameters of type ChartEngine Modifier and Type Method Description voidChart. setEngine(ChartEngine engine)Sets the chart engine.
-