|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpogr1_holec.GO
pogr1_holec.line
public class line
The represantation of graphical object 'line'
Field Summary | |
---|---|
point |
center
|
double |
length
|
point[] |
nodes
|
double[] |
vector
|
Constructor Summary | |
---|---|
line(point A,
point B)
|
Method Summary | |
---|---|
double[] |
getGeneralEquation()
|
double |
getX1()
|
double |
getX2()
|
double |
getY1()
|
double |
getY2()
|
double |
getZ1()
|
double |
getZ2()
|
void |
PaintMe(java.awt.Graphics g)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public point[] nodes
public point center
public double[] vector
public double length
Constructor Detail |
---|
public line(point A, point B)
Method Detail |
---|
public double[] getGeneralEquation()
public double getX1()
public double getY1()
public double getZ1()
public double getX2()
public double getY2()
public double getZ2()
public void PaintMe(java.awt.Graphics g)
PaintMe
in class GO
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |