* issues.
* @return The scaling-method property.
*/
public FoValue traitScalingMethod(final FObj fobj,
final FoContext context) {
final PdScalingMethod property = (PdScalingMethod) getProperty(
FoProperty.SCALING_METHOD);
if (property != null) {
return property.getValue(context, fobj);
}
return PdScalingMethod.getValueNoInstance();
}