this.bandCache = new DefaultStyleCache("rnf");
final boolean paddingsDisabled = metaData.isFeatureSupported(OutputProcessorFeature.DISABLE_PADDING);
if (paddingsDisabled)
{
this.bandCache = new NonPaddingStyleCache(bandCache);
}
this.strictCompatibilityMode = metaData.isFeatureSupported(OutputProcessorFeature.STRICT_COMPATIBILITY);
}