Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.graph.dot.impl
Class DotLine  view DotLine download DotLine.java

java.lang.Object
  extended bycom.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)