Method Summary |
|
public Object | clone() Creates a clone of the font. |
public boolean | equals(Object oth) Compares this font with another for equality. |
public Expression | getFontFamily() Getter for property fontFamily. |
public Expression | getFontSize() Getter for property fontSize. |
public Expression | getFontStyle() Getter for property fontStyle. |
public Expression | getFontWeight() Getter for property fontWeight. |
public int | hashCode() Generates the hashcode for the font. |
public void | setFontFamily(Expression fontFamily) Setter for property fontFamily. |
public void | setFontSize(Expression fontSize) Setter for property fontSize. |
public void | setFontStyle(Expression fontStyle) Setter for property fontStyle. |
public void | setFontWeight(Expression fontWeight) Setter for property fontWeight. |