public class GridOption extends Object
| 构造器和说明 |
|---|
GridOption() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBackgroundColor() |
String |
getBorderColor() |
int |
getBorderWidth() |
String |
getBottom() |
String |
getLeft() |
String |
getRight() |
String |
getTop() |
boolean |
isContainLabel() |
void |
setBackgroundColor(String backgroundColor) |
void |
setBorderColor(String borderColor) |
void |
setBorderWidth(int borderWidth) |
void |
setBottom(String bottom) |
void |
setContainLabel(boolean containLabel) |
void |
setLeft(String left) |
void |
setRight(String right) |
void |
setTop(String top) |
public String getLeft()
public void setLeft(String left)
public String getRight()
public void setRight(String right)
public String getTop()
public void setTop(String top)
public String getBottom()
public void setBottom(String bottom)
public boolean isContainLabel()
public void setContainLabel(boolean containLabel)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public String getBorderColor()
public void setBorderColor(String borderColor)
public int getBorderWidth()
public void setBorderWidth(int borderWidth)
Copyright © 2018 Bstek. All rights reserved.