| org.jfree.experimental.swt.SWTPaintCanvas
SWTPaintCanvas | public class SWTPaintCanvas extends Canvas (Code) | | A paint canvas.
|
Constructor Summary | |
public | SWTPaintCanvas(Composite parent, int style, Color color) Creates a new instance. | public | SWTPaintCanvas(Composite parent, int style) Creates a new instance. |
Method Summary | |
public void | dispose() Frees resources. | public Color | getColor() Returns the color. | public void | setBackground(Color c) Overridden to do nothing. | public void | setColor(Color color) Sets the color. | public void | setForeground(Color c) Overridden to do nothing. |
SWTPaintCanvas | public SWTPaintCanvas(Composite parent, int style, Color color)(Code) | | Creates a new instance.
Parameters: parent - the parent. Parameters: style - the style. Parameters: color - the color. |
SWTPaintCanvas | public SWTPaintCanvas(Composite parent, int style)(Code) | | Creates a new instance.
Parameters: parent - the parent. Parameters: style - the style. |
dispose | public void dispose()(Code) | | Frees resources.
|
getColor | public Color getColor()(Code) | | Returns the color.
The color. |
setBackground | public void setBackground(Color c)(Code) | | Overridden to do nothing.
Parameters: c - the color. |
setColor | public void setColor(Color color)(Code) | | Sets the color.
Parameters: color - the color. |
setForeground | public void setForeground(Color c)(Code) | | Overridden to do nothing.
Parameters: c - the color. |
|
|