Method Summary |
|
public int | getBackgroundColor() Get the color of font currently being displayed. |
public int | getFace() Get the face of font currently being displayed. |
public int | getForegroundColor() Get the color of font currently being displayed. |
public int | getSize() Get the size of font currently being displayed. |
public int | getStyle() Get the style of font currently being displayed. |
protected void | paint(Graphics g) Paint the canvas with the current color and controls to change it. |
public void | setBackgroundColor(int color) Set the Color of font to display. |
public void | setFace(int face) Set the Face of font to display. |
public void | setForegroundColor(int color) Set the Color of font to display. |
public void | setSize(int size) Set the Size of font to display. |
public void | setStyle(int style) Set the Style of font to display. |