()
| 15771 | return maxWidth |
| 15772 | } |
| 15773 | toParticle() { |
| 15774 | return new Particle(this.toString()) |
| 15775 | } |
| 15776 | _rightPad(newWidth, padCharacter) { |
| 15777 | const line = this.getLine() |
| 15778 | this.setLine(line + padCharacter.repeat(newWidth - line.length)) |