WhiteBoard Using RMI
WSU CEG 7370 WhiteBoard Using Java RMI
Public Member Functions | List of all members
WhiteBoard.LineCoords Class Reference
+ Inheritance diagram for WhiteBoard.LineCoords:
+ Collaboration diagram for WhiteBoard.LineCoords:

Public Member Functions

String toString ()
 

Detailed Description

Definition at line 5 of file LineCoords.java.

Member Function Documentation

String WhiteBoard.LineCoords.toString ( )

Definition at line 9 of file LineCoords.java.

9  {
10  return "(" + x1 + ", " + y1 + ", " + x2 + ", " + y2 + ", " + c + ")" ;
11  }

The documentation for this class was generated from the following file:
Copyright © 2014 www.wright.edu/~pmateti;   thanks to doxygen