/** * @class * @name Shape */ export default class Shape { getType() { return \'shape\'; } getName() { return \'