129130131132133134135136137
return res; } public String[] getPropertyNames() { if (_propertyNames == null) { _propertyNames = new RectangleShapePropertiesNames().getPropertyNames(); } return _propertyNames; }