| java.lang.Object demo.notification.whiteboard.UpdateLine
UpdateLine | public class UpdateLine implements java.io.Serializable(Code) | | UpdateLine.java
Created: Sun Feb 6 19:05:46 2000
author: Alphonse Bendt |
Constructor Summary | |
public | UpdateLine(boolean clear) | public | UpdateLine(int x0, int y0, int x1, int y1, int red, int green, int blue, int brushSize) |
x0x1y1y0redgreenbluebrushSize | int x0x1y1y0redgreenbluebrushSize(Code) | | |
UpdateLine | public UpdateLine(boolean clear)(Code) | | |
UpdateLine | public UpdateLine(int x0, int y0, int x1, int y1, int red, int green, int blue, int brushSize)(Code) | | |
clearScreen | public boolean clearScreen()(Code) | | |
getBlue | public int getBlue()(Code) | | |
getBrushSize | public int getBrushSize()(Code) | | |
getGreen | public int getGreen()(Code) | | |
getRed | public int getRed()(Code) | | |
|
|