UNPKG

@wcardinal/wcardinal-geditor

Version:

WebGL-based graphic editor, tester and viewer for supervisory systems

17 lines 864 B
import { __extends } from "tslib"; import { ECommandShapePropertyRecursiveSimple } from "./e-command-shape-property-recursive-simple"; var ECommandShapePropertyFillEnable = /** @class */ (function (_super) { __extends(ECommandShapePropertyFillEnable, _super); function ECommandShapePropertyFillEnable() { return _super !== null && _super.apply(this, arguments) || this; } ECommandShapePropertyFillEnable.prototype.getProperty = function (shape, capability) { return shape.fill.enable; }; ECommandShapePropertyFillEnable.prototype.setProperty = function (shape, capability, property) { shape.fill.enable = property; }; return ECommandShapePropertyFillEnable; }(ECommandShapePropertyRecursiveSimple)); export { ECommandShapePropertyFillEnable }; //# sourceMappingURL=e-command-shape-property-fill-enable.js.map