T - Type of Axispublic class Grid<T extends Serializable> extends Object implements Element
| Constructor and Description |
|---|
Grid() |
| Modifier and Type | Method and Description |
|---|---|
Axis<T>[] |
getAxis()
Gets the axis.
|
String |
getBackground()
Gets the background.
|
String |
getBorderColor()
Gets the border color.
|
Double |
getBorderWidth()
Gets the border width.
|
Float |
getBottom()
Gets the bottom.
|
Boolean |
getDrawBorder()
Gets the draw border.
|
Boolean |
getDrawGridLines()
Gets the draw grid lines.
|
String |
getGridLineColor()
Gets the grid line color.
|
Double |
getGridLineWidth()
Gets the grid line width.
|
Float |
getHeight()
Gets the height.
|
Float |
getLeft()
Gets the left.
|
String[] |
getRendererOptions()
Gets the renderer options.
|
Float |
getRight()
Gets the right.
|
Boolean |
getShadow()
Gets the shadow.
|
String |
getShadowAlpha()
Gets the shadow alpha.
|
Double |
getShadowAngle()
Gets the shadow angle.
|
String |
getShadowColor()
Gets the shadow color.
|
Double |
getShadowDepth()
Gets the shadow depth.
|
Double |
getShadowOffset()
Gets the shadow offset.
|
Double |
getShadowWidth()
Gets the shadow width.
|
Float |
getTop()
Gets the top.
|
Float |
getWidth()
Gets the width.
|
void |
setAxis(Axis<T>[] axis)
Sets the axis.
|
void |
setBackground(String background)
Sets the background.
|
void |
setBorderColor(String borderColor)
Sets the border color.
|
void |
setBorderWidth(Double borderWidth)
Sets the border width.
|
void |
setBottom(Float bottom)
Sets the bottom.
|
void |
setDrawBorder(Boolean drawBorder)
Sets the draw border.
|
void |
setDrawGridLines(Boolean drawGridLines)
Sets the draw grid lines.
|
void |
setGridLineColer(String gridLineColor)
Sets the grid line color.
|
void |
setGridLineWidth(Double gridLineWidth)
Sets the grid line width.
|
void |
setHeight(Float height)
Sets the height.
|
void |
setLeft(Float left)
Sets the left.
|
void |
setRendererOptions(String[] rendererOptions)
Sets the renderer options.
|
void |
setRight(Float right)
Sets the right.
|
void |
setShadow(Boolean shadow)
Sets the shadow.
|
void |
setShadowAlpha(String shadowAlpha)
Sets the shadow alpha.
|
void |
setShadowAngle(Double shadowAngle)
Sets the shadow angle.
|
void |
setShadowColor(String shadowColor)
Sets the shadow color.
|
void |
setShadowDepth(Double shadowDepth)
Sets the shadow depth.
|
void |
setShadowOffset(Double shadowOffset)
Sets the shadow offset.
|
void |
setShadowWidth(Double shadowWidth)
Sets the shadow width.
|
void |
setTop(Float top)
Sets the top.
|
void |
setWidth(Float width)
Sets the width.
|
public String getBackground()
public void setBackground(String background)
background - the new backgroundpublic String getBorderColor()
public void setBorderColor(String borderColor)
borderColor - the new border colorpublic Double getBorderWidth()
public void setBorderWidth(Double borderWidth)
borderWidth - the new border widthpublic Float getBottom()
public void setBottom(Float bottom)
bottom - the new bottompublic Boolean getDrawBorder()
public void setDrawBorder(Boolean drawBorder)
drawBorder - the new draw borderpublic Boolean getDrawGridLines()
public void setDrawGridLines(Boolean drawGridLines)
drawGridLines - the new draw grid linespublic String getGridLineColor()
public void setGridLineColer(String gridLineColor)
gridLineColor - the new grid line colorpublic Double getGridLineWidth()
public void setGridLineWidth(Double gridLineWidth)
gridLineWidth - the new grid line widthpublic Float getHeight()
public void setHeight(Float height)
height - the new heightpublic Float getLeft()
public void setLeft(Float left)
left - the new leftpublic String[] getRendererOptions()
public void setRendererOptions(String[] rendererOptions)
rendererOptions - the new renderer optionspublic Float getRight()
public void setRight(Float right)
right - the new rightpublic Boolean getShadow()
public void setShadow(Boolean shadow)
shadow - the new shadowpublic String getShadowAlpha()
public void setShadowAlpha(String shadowAlpha)
shadowAlpha - the new shadow alphapublic Double getShadowAngle()
public void setShadowAngle(Double shadowAngle)
shadowAngle - the new shadow anglepublic String getShadowColor()
public void setShadowColor(String shadowColor)
shadowColor - the new shadow colorpublic Double getShadowDepth()
public void setShadowDepth(Double shadowDepth)
shadowDepth - the new shadow depthpublic Double getShadowOffset()
public void setShadowOffset(Double shadowOffset)
shadowOffset - the new shadow offsetpublic Double getShadowWidth()
public void setShadowWidth(Double shadowWidth)
shadowWidth - the new shadow widthpublic Float getTop()
public void setTop(Float top)
top - the new toppublic Float getWidth()
public void setWidth(Float width)
width - the new widthCopyright © 2021. All rights reserved.