switch (kw.getValue()) {
case INHERIT: {
final RelativeCompass direction = this.getRelativeCompass(context,
fobj);
if (direction == RelativeCompass.BEFORE) {
return effectiveParent.traitPaddingBefore(context);
}
if (direction == RelativeCompass.AFTER) {
return effectiveParent.traitPaddingAfter(context);
}
if (direction == RelativeCompass.START) {