public class BasicChart extends Object
| Constructor and Description |
|---|
BasicChart() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight() |
Integer |
getMarginBottom() |
Integer |
getMarginLeft() |
Integer |
getMarginRight() |
Integer |
getMarginTop() |
String |
getType() |
Integer |
getWidth() |
BasicChart |
setHeight(Integer height) |
BasicChart |
setMarginBottom(Integer marginBottom) |
BasicChart |
setMarginLeft(Integer marginLeft) |
BasicChart |
setMarginRight(Integer marginRight) |
BasicChart |
setMarginTop(Integer marginTop) |
BasicChart |
setType(ChartType type) |
BasicChart |
setWidth(Integer width) |
public Integer getHeight()
public BasicChart setHeight(Integer height)
height - the height to setpublic Integer getWidth()
public BasicChart setWidth(Integer width)
width - the width to setpublic Integer getMarginBottom()
public BasicChart setMarginBottom(Integer marginBottom)
marginBottom - the marginBottom to setpublic Integer getMarginLeft()
public BasicChart setMarginLeft(Integer marginLeft)
marginLeft - the marginLeft to setpublic Integer getMarginRight()
public BasicChart setMarginRight(Integer marginRight)
marginRight - the marginRight to setpublic Integer getMarginTop()
public BasicChart setMarginTop(Integer marginTop)
marginTop - the marginTop to setpublic String getType()
public BasicChart setType(ChartType type)
type - the type to setCopyright © 2014. All Rights Reserved.