{
drawOps = new ArrayList();
fillOps = new ArrayList();
border = box.getBorder();
final ComputedLayoutProperties layoutProperties = box.getComputedLayoutProperties();
final StrictInsets bWidths = new StrictInsets
(layoutProperties.getBorderTop(), layoutProperties.getBorderLeft(),
layoutProperties.getBorderBottom(), layoutProperties.getBorderRight());
x = StrictGeomUtility.toExternalValue
(box.getX() + (bWidths.getLeft() / 2));
y = StrictGeomUtility.toExternalValue
(box.getY() + (bWidths.getTop() / 2));