Abstract2DShape
161162163164165166167168169170171
if (properties == null){ return null; } if (properties.containsAll(Arrays.asList(new Abstract2DShapePropertiesNames().getPropertyNames()))){ return new PropertiesPanel2D(Builtin.resources.getString("2DShape")); } else { return super.getPanel(properties); } }