ClockGaugeView
View for Clock gauge.
Properties
rotation: number (opens in a new tab) readonly
rotation
default :undefined
visible: boolean (opens in a new tab) readonly
visible
default :undefined
Methods
dispose(): null
객체를 해제하고 null을 반환한다.
사용 예: this._obj = this._obj.dispose();
return null
resolveBoundsClip(fallback, _scale, _tx, _ty, _prj): ClipElement
bounds 기반 clip을 반환한다. 기본 구현은 BodyView에서 전달된 clip(투영 클리핑)을 그대로 반환한다. MapSeriesView에서 오버라이드하여 각 맵 시리즈의 bounds에 맞는 clip을 반환한다.
| Parameter | Type |
|---|---|
| fallback | ClipElement |
| _scale | number (opens in a new tab) |
| _tx | number (opens in a new tab) |
| _ty | number (opens in a new tab) |
| _prj | MapProjection |
setPointLabelVisible(point, visible): void (opens in a new tab)
데이터포인트와 연결된 라벨 표시/숨김 처리 #361
| Parameter | Type |
|---|---|
| point | DataPoint |
| visible | boolean (opens in a new tab) |