throw new IllegalStateException();
}
if (styleSheet instanceof ElementStyleSheet)
{
throw new InvalidReportStateException("Cannot have render-nodes with mutable style");
}
if (styleSheet.getStyleProperty(TextStyleKeys.FONTSIZE) == null)
{
throw new InvalidReportStateException("Every resolved style must have a non-null font-size");
}
if (styleSheet.getStyleProperty(ElementStyleKeys.STROKE) == null)
{
throw new InvalidReportStateException("Every resolved style must have a non-null stroke");
}
this.majorAxis = majorAxis;
this.minorAxis = minorAxis;
this.instanceId = instanceID;