()
| 72 | } |
| 73 | |
| 74 | getInputs(): PatternFactoryInput[] { |
| 75 | return [ |
| 76 | this.rowsInput, this.centerLengthInput, this.centerWidthInput, |
| 77 | this.textureInput, this.shapeInput, this.symmetricInput |
| 78 | ]; |
| 79 | } |
| 80 | |
| 81 | build(): Pattern { |
| 82 | if (this.centerLengthInput.numberValue() > this.rowsInput.numberValue()) |
nothing calls this directly
no outgoing calls
no test coverage detected