public class CellData
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
static CellData |
fromXML(org.w3c.dom.Element element) |
int |
getArea() |
long |
getAspectRatio() |
java.awt.Point |
getCenter() |
long |
getLongHalfAxis() |
long |
getOrderParameter() |
long |
getOrientation() |
public static CellData fromXML(org.w3c.dom.Element element)
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