|
|||||||||
| Home >> All >> com >> port80 >> graph >> dot >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.graph.dot.impl
Class DotLine

java.lang.Objectcom.port80.graph.dot.impl.DotLine
- public class DotLine
- extends java.lang.Object
Wrapper of a dynamic allocated array of DotPoint.
| Field Summary | |
(package private) double |
x1
|
(package private) double |
x2
|
(package private) double |
y1
|
(package private) double |
y2
|
| Constructor Summary | |
DotLine()
|
|
DotLine(DotLine line)
|
|
DotLine(double x1,
double y1,
double x2,
double y2)
|
|
| Method Summary | |
void |
set(DotPoint a,
DotPoint b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
x1
double x1
y1
double y1
x2
double x2
y2
double y2
| Constructor Detail |
DotLine
public DotLine()
DotLine
public DotLine(DotLine line)
DotLine
public DotLine(double x1,
double y1,
double x2,
double y2)
| Method Detail |
set
public void set(DotPoint a, DotPoint b)
|
|||||||||
| Home >> All >> com >> port80 >> graph >> dot >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.graph.dot.impl.DotLine