* [NOTICE]: * The caller must ensure `start <= end` and both are finite number! * * `setExtent` is identical to `setExtent2(SCALE_EXTENT_KIND_EFFECTIVE)`. * * @see SCALE_EXTENT_CONSTRUCTION for the full processing flow.
(this: This, start: number, end: number)
| 258 | * @see SCALE_EXTENT_CONSTRUCTION for the full processing flow. |
| 259 | */ |
| 260 | setExtent(this: This, start: number, end: number): void; |
| 261 | setExtent2(this: This, kind: ScaleExtentKind, start: number, end: number): void; |
| 262 | |
| 263 | /** |
no outgoing calls
no test coverage detected