Winter Cardinal UI - v0.457.0 / EShapePointsFormatters
• new EShapePointsFormatters(): EShapePointsFormatters
▸ each(iteratee): void
| Name | Type |
|---|---|
iteratee |
(id: number, datum: EShapePointsFormatterDatum) => void |
void
src/main/typescript/wcardinal/ui/shape/e-shape-points-formatters.ts:34
▸ find(style): undefined | EShapePointsFormatterDatum
| Name | Type |
|---|---|
style |
number |
undefined | EShapePointsFormatterDatum
src/main/typescript/wcardinal/ui/shape/e-shape-points-formatters.ts:43
▸ get(index): undefined | EShapePointsFormatterDatum
| Name | Type |
|---|---|
index |
number |
undefined | EShapePointsFormatterDatum
src/main/typescript/wcardinal/ui/shape/e-shape-points-formatters.ts:27
▸ set(id, datum): void
| Name | Type |
|---|---|
id |
number |
datum |
EShapePointsFormatterDatum |
void
src/main/typescript/wcardinal/ui/shape/e-shape-points-formatters.ts:20