public abstract class CalendarCellStyle extends Object
Constructor and Description |
---|
CalendarCellStyle() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBackgroundColor() |
Integer |
getBorderColor() |
Float |
getBorderWidth() |
String |
getFontName() |
Integer |
getFontStyle() |
Integer |
getTextColor() |
Float |
getTextSize() |
void |
setBackgroundColor(Integer backgroundColor) |
void |
setBorderColor(Integer borderColor) |
void |
setBorderWidth(Float borderWidth) |
void |
setFontName(String fontName) |
void |
setFontStyle(Integer fontStyle) |
void |
setTextColor(Integer textColor) |
void |
setTextSize(Float textSize) |
public Integer getBorderColor()
public void setBorderColor(Integer borderColor)
public Integer getBackgroundColor()
public void setBackgroundColor(Integer backgroundColor)
public Float getBorderWidth()
public void setBorderWidth(Float borderWidth)
public Integer getTextColor()
public void setTextColor(Integer textColor)
public Float getTextSize()
public void setTextSize(Float textSize)
public Integer getFontStyle()
public void setFontStyle(Integer fontStyle)
public String getFontName()
public void setFontName(String fontName)