a UI base class that supplies geometry attributes for clients
group UIdecorGeom {
int+write clientWidth, clientHeight;
};
UIdecorGeom is a base class used by other UI classes to provide usable width and height values to child UI objects. It cannot be instantiated separately.