Extent top = ExtentPeer.toExtent(st.nextToken());
Extent right = ExtentPeer.toExtent(st.nextToken());
Extent bottom = ExtentPeer.toExtent(st.nextToken());
return new Insets(left, top, right, bottom);
default:
throw new InvalidPropertyException("Invalid Insets value: " + value, null);
}
}