if (s != null && s.trim().length() > 0)
info.setColorPreferenceKey(s);
s= element.getAttribute("colorPreferenceValue"); //$NON-NLS-1$
if (s != null && s.trim().length() > 0) {
RGB rgb= StringConverter.asRGB(s);
info.setColorPreferenceValue(rgb == null ? RGB.iRGB(0,0,0) : rgb);
}
s= element.getAttribute("presentationLayer"); //$NON-NLS-1$
if (s != null && s.trim().length() > 0) {