org.lego.navigation.misc
Class ResultRow

java.lang.Object
  extended by org.lego.navigation.misc.ResultRow

public class ResultRow
extends java.lang.Object


Field Summary
 double angle
           
 int area
           
 double circ
           
 double major
           
 double minor
           
 double x
           
 double y
           
 
Constructor Summary
ResultRow(int area, double x, double y, double major, double minor, double angle, double circ)
           
ResultRow(ij.measure.ResultsTable rt, int row)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

area

public int area

x

public double x

y

public double y

major

public double major

minor

public double minor

angle

public double angle

circ

public double circ
Constructor Detail

ResultRow

public ResultRow(int area,
                 double x,
                 double y,
                 double major,
                 double minor,
                 double angle,
                 double circ)

ResultRow

public ResultRow(ij.measure.ResultsTable rt,
                 int row)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object