Class Line3d

java.lang.Object
  |
  +--Line3d

class Line3d
extends java.lang.Object

Author:
Erhan Oztop, 2001-2002

Source code by Erhan Oztop (erhan@atr.co.jp)
Copyright August 2002 via
University of Southern California Ph.D. publication copyright

Field Summary
(package private)  int color
           
(package private)  int first
           
(package private)  int second
           
 
Constructor Summary
Line3d()
           
Line3d(int i)
           
Line3d(int i, int j)
           
 
Method Summary
 java.lang.String str()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

first

int first

second

int second

color

int color
Constructor Detail

Line3d

public Line3d()

Line3d

public Line3d(int i)

Line3d

public Line3d(int i,
              int j)
Method Detail

str

public java.lang.String str()