UNPKG

@wcardinal/wcardinal-geditor

Version:

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

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