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