|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlinearalgebra.graph.GraphObject
linearalgebra.graph.GraphLine
public class GraphLine
Field Summary | |
---|---|
(package private) java.awt.Color |
c
|
(package private) java.awt.geom.Line2D |
line
|
(package private) double |
slope
|
(package private) double |
x
|
(package private) double |
y
|
Constructor Summary | |
---|---|
GraphLine(double x,
double y,
double slope,
java.awt.Color c)
|
Method Summary | |
---|---|
void |
paint(java.awt.Graphics2D g)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
double x
double y
double slope
java.awt.Color c
java.awt.geom.Line2D line
Constructor Detail |
---|
public GraphLine(double x, double y, double slope, java.awt.Color c)
Method Detail |
---|
public void paint(java.awt.Graphics2D g)
paint
in class GraphObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |