org.jacorb.demo.notification.whiteboard
Class UpdateLine

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean clearScreen()
           
 int getBlue()
           
 int getBrushSize()
           
 int getGreen()
           
 int getRed()
           
 int getX0()
           
 int getX1()
           
 int getY0()
           
 int getY1()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateLine

public UpdateLine(boolean clear)

UpdateLine

public UpdateLine(int x0,
                  int y0,
                  int x1,
                  int y1,
                  int red,
                  int green,
                  int blue,
                  int brushSize)
Method Detail

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 © 2015 JacORB. All rights reserved.