(t)
| 25261 | return e && e.value(); |
| 25262 | } |
| 25263 | renderBounds(t) { |
| 25264 | const e = null == t ? (t = new JF()) : void 0; |
| 25265 | return ( |
| 25266 | t.rect( |
| 25267 | this.xmin, |
| 25268 | this.ymin, |
| 25269 | this.xmax - this.xmin, |
| 25270 | this.ymax - this.ymin, |
| 25271 | ), |
| 25272 | e && e.value() |
| 25273 | ); |
| 25274 | } |
| 25275 | renderCell(t, e) { |
| 25276 | const n = null == e ? (e = new JF()) : void 0, |
| 25277 | r = this._clip(t); |