Winter Cardinal UI - v0.457.0 / DChartSelectionSimple
| Name | Type |
|---|---|
CHART |
extends DBase = DBase |
EventEmitter
↳ DChartSelectionSimple
DChartSelection<CHART>• new DChartSelectionSimple<CHART>(options?): DChartSelectionSimple<CHART>
| Name | Type |
|---|---|
CHART |
extends DBase<DThemeBase, DBaseOptions<DThemeBase, any>> = DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
| Name | Type |
|---|---|
options? |
DChartSelectionSimpleOptions<CHART, any> |
DChartSelectionSimple<CHART>
utils.EventEmitter.constructor
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:83
• Protected _container: null | DChartSeriesContainer<CHART>
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:74
• Protected _dismiss: DChartSelectionSimpleDismiss
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:77
• Protected _hovered: DChartSelectionSub<CHART>
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:76
• Protected _onLongPressBound: (target: unknown, e: InteractionEvent) => void
▸ (target, e): void
| Name | Type |
|---|---|
target |
unknown |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:81
• Protected _onMoveBound: (e: InteractionEvent) => void
▸ (e): void
| Name | Type |
|---|---|
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:79
• Protected _onTapBound: (target: unknown, e: InteractionEvent) => void
▸ (target, e): void
| Name | Type |
|---|---|
target |
unknown |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:80
• Protected _selected: DChartSelectionSub<CHART>
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:75
▪ Static Protected WORK_SELECT: DChartSeriesHitResult
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:72
• get hovered(): DChartSelectionSub<CHART>
DChartSelectionSub<CHART>
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:327
• get selected(): DChartSelectionSub<CHART>
DChartSelectionSub<CHART>
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:323
▸ addListener(event, fn, context?): this
Alias method for on
| Name | Type |
|---|---|
event |
string | symbol |
fn |
Function |
context? |
any |
this
utils.EventEmitter.addListener
node_modules/pixi.js/pixi.js.d.ts:25495
▸ bind(container): void
| Name | Type |
|---|---|
container |
DChartSeriesContainer<CHART> |
void
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:297
▸ emit(event, ...args): boolean
Calls each of the listeners registered for a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
...args |
any[] |
Arguments that are passed to registered listeners |
boolean
true if the event had listeners, else false.
utils.EventEmitter.emit
node_modules/pixi.js/pixi.js.d.ts:25441
▸ eventNames(): (string | symbol)[]
Return an array listing the events for which the emitter has registered listeners.
(string | symbol)[]
utils.EventEmitter.eventNames
node_modules/pixi.js/pixi.js.d.ts:25415
▸ listenerCount(event): number
Return the number of listeners listening to a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
number
utils.EventEmitter.listenerCount
node_modules/pixi.js/pixi.js.d.ts:25432
▸ listeners(event): Function[]
Return the listeners registered for a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
Function[]
utils.EventEmitter.listeners
node_modules/pixi.js/pixi.js.d.ts:25424
▸ newHovered(point, options?): DChartSelectionSub<CHART>
| Name | Type |
|---|---|
point |
DChartSelectionPoint |
options? |
DChartSelectionSubOptions<CHART, any> |
DChartSelectionSub<CHART>
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:167
▸ newSelected(point, options?): DChartSelectionSub<CHART>
| Name | Type |
|---|---|
point |
DChartSelectionPoint |
options? |
DChartSelectionSubOptions<CHART, any> |
DChartSelectionSub<CHART>
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:160
▸ off(event, fn?, context?, once?): this
Alias method for removeListener
| Name | Type |
|---|---|
event |
string | symbol |
fn? |
Function |
context? |
any |
once? |
boolean |
this
utils.EventEmitter.off
node_modules/pixi.js/pixi.js.d.ts:25489
▸ on(event, fn, context?): this
Add a listener for a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
fn |
Function |
The listener function. |
context? |
any |
The context to invoke the listener with. |
this
this.
utils.EventEmitter.on
node_modules/pixi.js/pixi.js.d.ts:25452
▸ onLongPress(e): void
| Name | Type |
|---|---|
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:262
▸ onMove(e): void
| Name | Type |
|---|---|
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:273
▸ onRender(): void
void
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:342
▸ onTap(e): void
| Name | Type |
|---|---|
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:233
▸ once(event, fn, context?): this
Add a one-time listener for a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
fn |
Function |
The listener function. |
context? |
any |
The context to invoke the listener with. |
this
this.
utils.EventEmitter.once
node_modules/pixi.js/pixi.js.d.ts:25463
▸ removeAllListeners(event?): this
Remove all listeners, or those of the specified event.
| Name | Type | Description |
|---|---|---|
event? |
string | symbol |
The event name. |
this
this.
DChartSelection.removeAllListeners
utils.EventEmitter.removeAllListeners
node_modules/pixi.js/pixi.js.d.ts:25483
▸ removeListener(event, fn?, context?, once?): this
Remove the listeners of a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
fn? |
Function |
Only remove the listeners that match this function. |
context? |
any |
Only remove the listeners that have this context. |
once? |
boolean |
Only remove one-time listeners. |
this
this.
DChartSelection.removeListener
utils.EventEmitter.removeListener
node_modules/pixi.js/pixi.js.d.ts:25475
▸ toDismiss(options?): DChartSelectionSimpleDismiss
| Name | Type |
|---|---|
options? |
DChartSelectionSimpleOptions<CHART, any> |
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:113
▸ toDismissLongPress(options?): DChartSelectionSimpleDismissLongPress
| Name | Type |
|---|---|
options? |
DChartSelectionSimpleDismissLongPressOptions |
DChartSelectionSimpleDismissLongPress
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:144
▸ toDismissNoSeries(options?): DChartSelectionSimpleDismissNoSeries
| Name | Type |
|---|---|
options? |
DChartSelectionSimpleDismissNoSeriesOptions |
DChartSelectionSimpleDismissNoSeries
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:152
▸ toDismissTap(options?): DChartSelectionSimpleDismissTap
| Name | Type |
|---|---|
options? |
DChartSelectionSimpleDismissTapOptions |
DChartSelectionSimpleDismissTap
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:135
▸ toHoveredOptions(point, options?): DChartSelectionSubOptions<CHART, any>
| Name | Type |
|---|---|
point |
DChartSelectionPoint |
options? |
DChartSelectionSubOptions<CHART, any> |
DChartSelectionSubOptions<CHART, any>
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:181
▸ toSelectedOptions(point, options?): DChartSelectionSubOptions<CHART, any>
| Name | Type |
|---|---|
point |
DChartSelectionPoint |
options? |
DChartSelectionSubOptions<CHART, any> |
DChartSelectionSubOptions<CHART, any>
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:174
▸ toSubOptions(point, options, state): DChartSelectionSubOptions<CHART, any>
| Name | Type |
|---|---|
point |
DChartSelectionPoint |
options |
undefined | DChartSelectionSubOptions<CHART, any> |
state |
string |
DChartSelectionSubOptions<CHART, any>
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:188
▸ unbind(): void
void
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:308
▸ update(): void
void
src/main/typescript/wcardinal/ui/d-chart-selection-simple.ts:331