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 class
BackPanel
A back panel of the 3Dframe around 3D chartsclass
BottomPanel
A bottom panel of the 3Dframe around 3D chartsclass
SidePanel
Deprecated.since 7.2.1.0.Methods in org.zkoss.chart.options3D that return Panel3D Modifier and Type Method Description Panel3D
Frame3D. getFront()
Returns the options for the front panel of aFrame3D
Panel3D
Frame3D. getLeft()
Returns the options for the left panel of aFrame3D
Panel3D
Frame3D. getRight()
Returns the options for the right panel of aFrame3D
Panel3D
Frame3D. getTop()
Returns the options for the top panel of aFrame3D
Methods in org.zkoss.chart.options3D with parameters of type Panel3D Modifier and Type Method Description void
Frame3D. setFront(Panel3D front)
Sets the options for the front panel of aFrame3D
void
Frame3D. setLeft(Panel3D left)
Sets the options for the left panel of aFrame3D
void
Frame3D. setRight(Panel3D right)
Sets the options for the right panel of aFrame3D
void
Frame3D. setTop(Panel3D top)
Sets the options for the top panel of aFrame3D
-