public class CellData
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
CellData(org.w3c.dom.Element element) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
getArea() |
long |
getAspectRatio() |
java.awt.Point |
getCenter() |
long |
getLongHalfAxis() |
long |
getOrderParameter() |
long |
getOrientation() |
public java.awt.Point getCenter()
public long getOrientation()
public long getAspectRatio()
public long getOrderParameter()
public long getLongHalfAxis()
public int getArea()
public java.lang.Object clone()
clone
in class java.lang.Object