@Deprecated public class Shape extends Object implements Serializable
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Shape(String tierId)
void
addBox(double boxId)
List<Double>
getArea()
String
getTierId()
boolean
isInside(double boxId)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Shape(String tierId)
public void addBox(double boxId)
public List<Double> getArea()
public String getTierId()
public boolean isInside(double boxId)