org.jacorb.demo.notification.whiteboard
Class UpdateLine
java.lang.Object
org.jacorb.demo.notification.whiteboard.UpdateLine
- All Implemented Interfaces:
- Serializable
public class UpdateLine
- extends Object
- implements Serializable
UpdateLine.java
Created: Sun Feb 6 19:05:46 2000
- Version:
- Author:
- Alphonse Bendt
- See Also:
- Serialized Form
|
Constructor Summary |
UpdateLine(boolean clear)
|
UpdateLine(int x0,
int y0,
int x1,
int y1,
int red,
int green,
int blue,
int brushSize)
|
UpdateLine
public UpdateLine(boolean clear)
UpdateLine
public UpdateLine(int x0,
int y0,
int x1,
int y1,
int red,
int green,
int blue,
int brushSize)
clearScreen
public boolean clearScreen()
getX0
public int getX0()
getY0
public int getY0()
getX1
public int getX1()
getY1
public int getY1()
getRed
public int getRed()
getGreen
public int getGreen()
getBlue
public int getBlue()
getBrushSize
public int getBrushSize()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2016 JacORB. All rights reserved.