public class Frame extends AbstractConfigurationObject
Constructor and Description |
---|
Frame() |
Modifier and Type | Method and Description |
---|---|
Back |
getBack() |
Bottom |
getBottom() |
Side |
getSide() |
Top |
getTop() |
void |
setBack(Back back)
Defines the back panel of the frame around 3D charts.
|
void |
setBottom(Bottom bottom)
The bottom of the frame around a 3D chart.
|
void |
setSide(Side side)
Note: As of v5.0.12,
frame.left or frame.right
should be used instead. |
void |
setTop(Top top)
The top of the frame around a 3D chart.
|
public Back getBack()
setBack(Back)
public void setBack(Back back)
public Bottom getBottom()
setBottom(Bottom)
public void setBottom(Bottom bottom)
public Side getSide()
setSide(Side)
public void setSide(Side side)
Note: As of v5.0.12, frame.left
or frame.right
should be used instead.
The side for the frame around a 3D chart.
public Top getTop()
setTop(Top)
public void setTop(Top top)
Copyright © 2023. All rights reserved.