com.xinapse.multisliceimage.roi
Class Feret

java.lang.Object
  extended by com.xinapse.multisliceimage.roi.Feret

public class Feret
extends java.lang.Object

A Class describing the minimum and maximum Feret's diameter.


Method Summary
 double getMax()
          Returns the maximum Feret's diameter.
 double getMin()
          Returns the minimum Feret's diameter.
 java.lang.String toString()
          Returns a String describing the minimum and maximum Feret's diameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMin

public double getMin()
Returns the minimum Feret's diameter.

Returns:
the minimum Feret's diameter.

getMax

public double getMax()
Returns the maximum Feret's diameter.

Returns:
the maximum Feret's diameter.

toString

public java.lang.String toString()
Returns a String describing the minimum and maximum Feret's diameter.

Overrides:
toString in class java.lang.Object
Returns:
a java.lang.String describing the minimum and maximum Feret's diameter.


Copyright 2006-2011 Xinapse Systems Limited. All Rights Reserved.