Method Summary |
|
public void | getColor(org.directwebremoting.proxy.Callback<String> callback) Returns the color field. |
public void | getFontFamily(org.directwebremoting.proxy.Callback<String> callback) Returns the fontFamily field. |
public void | getFontSize(org.directwebremoting.proxy.Callback<String> callback) Returns the fontsize field. |
public void | getFontStyle(org.directwebremoting.proxy.Callback<String> callback) Returns the fontStyle field. |
public void | getFontWeight(org.directwebremoting.proxy.Callback<String> callback) Returns the fontWeight field. |
public void | getTextAlign(org.directwebremoting.proxy.Callback<String> callback) Returns the textAlign field. |
public void | getTextDecoration(org.directwebremoting.proxy.Callback<String> callback) Returns the textDecoration field. |
public void | setColor(String color) Sets the color field. |
public void | setFontFamily(String fontFamily) Sets the fontFamily field. |
public void | setFontSize(int fontSize) Sets the fontsize field. |
public void | setFontSize(String fontSize) Sets the fontsize field. |
public void | setFontStyle(String fontStyle) Sets the fontStyle field. |
public void | setFontWeight(String fontWeight) Sets the fontWeight field. |
public void | setTextAlign(String textAlign) Sets the textAlign field. |
public void | setTextDecoration(String textDecoration) Sets the textDecoration field. |