* issues.
* @return True iff this object is required to preserve the aspect ratio
* for embedded graphical objects.
*/
public boolean scalingUniform(final FoContext context) {
final Scaling scaling = this.traitScaling(context);
return scaling == Scaling.UNIFORM;
}