|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AFLPcore.TracePoint
Represents a point on the trace, in the form (size, height). Note that the values are represented as doubles, not integers.
Field Summary | |
double |
height
The intensisty of the trace corresponding to the location |
double |
location
The size in bp |
Constructor Summary | |
TracePoint()
Creates a new point (0,0). |
|
TracePoint(double loc,
double ht)
Creates a new point at the specified location. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double location
public double height
Constructor Detail |
public TracePoint()
public TracePoint(double loc, double ht)
loc
- the size in bp of the point (the x coordinate).ht
- the height of the point (the y coordinate).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |