Winter Cardinal UI - v0.457.0 / DChartSelectionShapeBase
| Name | Type |
|---|---|
CHART |
extends DBase = DBase |
DChartSelectionShapeBase
DChartSelectionShape<CHART>• new DChartSelectionShapeBase<CHART>(options?): DChartSelectionShapeBase<CHART>
| Name | Type |
|---|---|
CHART |
extends DBase<DThemeBase, DBaseOptions<DThemeBase, any>> = DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
| Name | Type |
|---|---|
options? |
DChartSelectionShapeOptions<CHART> |
DChartSelectionShapeBase<CHART>
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:35
• Protected _isEnabled: boolean
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:28
• Protected Optional _newShape: (state: DBaseStateSet) => EShape
▸ (state): EShape
| Name | Type |
|---|---|
state |
DBaseStateSet |
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:30
• Protected Optional _options: DChartSelectionShapeOptions<CHART>
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:27
• Protected Optional _shape: EShape
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:29
• Protected _state: DBaseStateSet
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:32
• Protected _style: DChartSelectionStyle<CHART>
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:31
• Protected _theme: DThemeChartSelectionShape
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:33
▸ bind(container): void
| Name | Type |
|---|---|
container |
DChartSeriesContainer<CHART> |
void
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:54
▸ getTheme(type): DThemeChartSelectionShape
| Name | Type |
|---|---|
type |
string |
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:126
▸ getType(): string
string
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:130
▸ newShape(state, theme): EShape
| Name | Type |
|---|---|
state |
DBaseStateSet |
theme |
DThemeChartSelectionShape |
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:79
▸ set(container, position, mappedPosition, series): void
| Name | Type |
|---|---|
container |
DChartSeriesContainer<CHART> |
position |
IPoint |
mappedPosition |
IPoint |
series |
null | DChartSeries<CHART> |
void
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:83
▸ setStyle(this, shape, series): void
| Name | Type |
|---|---|
this |
unknown |
shape |
EShape |
series |
null | DChartSeries<CHART> |
void
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:97
▸ toTheme(options?): DThemeChartSelectionShape
| Name | Type |
|---|---|
options? |
DChartSelectionShapeOptions<CHART> |
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:115
▸ unbind(): void
void
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:72
▸ unset(): void
void
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:101
▸ update(container, position, mappedPosition, series): boolean
| Name | Type |
|---|---|
container |
DChartSeriesContainer<CHART> |
position |
IPoint |
mappedPosition |
IPoint |
series |
null | DChartSeries<CHART> |
boolean
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:108