public class Font extends Object
| Constructor and Description |
|---|
Font() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAlpha() |
String |
getColor() |
String |
getFamily() |
String |
getFontName() |
String |
getShadowColor() |
Integer |
getShadowX() |
Integer |
getShadowY() |
Integer |
getSizeInPoint() |
void |
setAlpha(BigDecimal alpha) |
void |
setColor(String color) |
void |
setFamily(String family) |
void |
setFontName(String fontName) |
void |
setShadowColor(String shadowColor) |
void |
setShadowX(Integer shadowX) |
void |
setShadowY(Integer shadowY) |
void |
setSizeInPoint(Integer sizeInPoint) |
String |
toString() |
Font |
withFamily(String family) |
Font |
withSizeInPoint(Integer sizeInPoint) |
public String getColor()
public void setColor(String color)
public BigDecimal getAlpha()
public void setAlpha(BigDecimal alpha)
public Integer getShadowX()
public void setShadowX(Integer shadowX)
public Integer getShadowY()
public void setShadowY(Integer shadowY)
public String getShadowColor()
public void setShadowColor(String shadowColor)
public String getFontName()
public void setFontName(String fontName)
public String getFamily()
public void setFamily(String family)
public Integer getSizeInPoint()
public void setSizeInPoint(Integer sizeInPoint)
Copyright © 2025. All rights reserved.