private int[] bufferArray;
public RevalidateTextEllipseProcessStep(final OutputProcessorMetaData metaData)
{
this.bufferArray = new int[500];
this.textCache = new TextCache(500);
this.complexTextFeature = metaData.isFeatureSupported(OutputProcessorFeature.COMPLEX_TEXT);
if (complexTextFeature)
{
this.textFactory = new ComplexTextFactory();
}