sexi.comp
Class  DimensionArea
java.lang.Object
  |
  +--sexi.comp.DimensionArea
- All Implemented Interfaces: 
 - java.lang.Cloneable, java.io.Serializable
 
- public class DimensionArea
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
   
The dimension of an area in double precision
- See Also: 
 - Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Object | 
, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
xLength
public double xLength
yLength
public double yLength
DimensionArea
public DimensionArea()
DimensionArea
public DimensionArea(double xLen,
                     double yLen)
setArea
public void setArea(double xLen,
                    double yLen)
 
getLengthX
public double getLengthX()
 
getLengthY
public double getLengthY()
 
getAreaCount
public double getAreaCount()
- return area size
 
 
equals
public boolean equals(DimensionArea a)
 
clone
public java.lang.Object clone()
- Overrides:
 clone in class java.lang.Object