Package org.zkoss.chart.options3D
Class Frame3D
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.options3D.Frame3D
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class Frame3D extends Optionable
A 3D frame optionsAll the options in this class support
DynamicalAttribute
.- Author:
- hanhsu
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description Frame3D()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BackPanel
getBack()
Returns the options for the back panel of aFrame3D
BottomPanel
getBottom()
Returns the options for the bottom panel of aFrame3D
Panel3D
getFront()
Returns the options for the front panel of aFrame3D
Panel3D
getLeft()
Returns the options for the left panel of aFrame3D
Panel3D
getRight()
Returns the options for the right panel of aFrame3D
SidePanel
getSide()
Deprecated.since 7.2.1.0.Panel3D
getTop()
Returns the options for the top panel of aFrame3D
void
setBack(BackPanel back)
Sets the options for the back panel of aFrame3D
void
setBottom(BottomPanel bottom)
Sets the options for the bottom panel of aFrame3D
void
setFront(Panel3D front)
Sets the options for the front panel of aFrame3D
void
setLeft(Panel3D left)
Sets the options for the left panel of aFrame3D
void
setRight(Panel3D right)
Sets the options for the right panel of aFrame3D
void
setSide(SidePanel side)
Deprecated.since 7.2.1.0.void
setTop(Panel3D top)
Sets the options for the top panel of aFrame3D
-
Methods inherited from class org.zkoss.chart.Optionable
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, setAttr, toJSONString, toString
-
-
-
-
Method Detail
-
getBack
public BackPanel getBack()
-
getBottom
public BottomPanel getBottom()
Returns the options for the bottom panel of aFrame3D
Default: an instance of
BottomPanel
.
-
setBottom
public void setBottom(BottomPanel bottom)
Sets the options for the bottom panel of aFrame3D
-
getFront
public Panel3D getFront()
- Since:
- 7.2.1.0
-
setFront
public void setFront(Panel3D front)
Sets the options for the front panel of aFrame3D
- Since:
- 7.2.1.0
-
getLeft
public Panel3D getLeft()
- Since:
- 7.2.1.0
-
setLeft
public void setLeft(Panel3D left)
Sets the options for the left panel of aFrame3D
- Since:
- 7.2.1.0
-
getRight
public Panel3D getRight()
- Since:
- 7.2.1.0
-
setRight
public void setRight(Panel3D right)
Sets the options for the right panel of aFrame3D
- Since:
- 7.2.1.0
-
getSide
@Deprecated public SidePanel getSide()
Deprecated.since 7.2.1.0. Use left or right instead.
-
setSide
@Deprecated public void setSide(SidePanel side)
Deprecated.since 7.2.1.0. Use left or right instead.Sets the options for the side panel of aFrame3D
-
getTop
public Panel3D getTop()
- Since:
- 7.2.1.0
-
-