UNPKG

@designliquido/foles

Version:

Linguagem de folhas de estilo para documentos em geral em português

22 lines 671 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Xywh = void 0; const comum_1 = require("../comum"); const metodo_1 = require("./metodo"); class Xywh extends metodo_1.Metodo { constructor(arrayValores) { super(); this.arrayValores = []; this.arrayValores = arrayValores; this.traducao = "xywh"; this.valoresAceitos = { "round": "arredondar", }; } paraTexto() { let traducaoRetorno = (0, comum_1.tratarValores)(this.arrayValores, this.valoresAceitos); return `xywh(${traducaoRetorno})`; } } exports.Xywh = Xywh; //# sourceMappingURL=xywh.js.map