Uses of Class
org.zkoss.chart.options3D.Panel3D
-
Packages that use Panel3D Package Description org.zkoss.chart.options3D -
-
Uses of Panel3D in org.zkoss.chart.options3D
Subclasses of Panel3D in org.zkoss.chart.options3D Modifier and Type Class Description classBackPanelA back panel of the 3Dframe around 3D chartsclassBottomPanelA bottom panel of the 3Dframe around 3D chartsclassSidePanelDeprecated.since 7.2.1.0.Methods in org.zkoss.chart.options3D that return Panel3D Modifier and Type Method Description Panel3DFrame3D. getFront()Returns the options for the front panel of aFrame3DPanel3DFrame3D. getLeft()Returns the options for the left panel of aFrame3DPanel3DFrame3D. getRight()Returns the options for the right panel of aFrame3DPanel3DFrame3D. getTop()Returns the options for the top panel of aFrame3DMethods in org.zkoss.chart.options3D with parameters of type Panel3D Modifier and Type Method Description voidFrame3D. setFront(Panel3D front)Sets the options for the front panel of aFrame3DvoidFrame3D. setLeft(Panel3D left)Sets the options for the left panel of aFrame3DvoidFrame3D. setRight(Panel3D right)Sets the options for the right panel of aFrame3DvoidFrame3D. setTop(Panel3D top)Sets the options for the top panel of aFrame3D
-