Winter Cardinal UI - v0.457.0 / EShapeConnectors
• new EShapeConnectors(): EShapeConnectors
▪ Static Protected Optional _MAPPING: Map<EShape, EShape>
src/main/typescript/wcardinal/ui/shape/e-shape-connectors.ts:11
▸ isConnector(target): target is EShapeConnector
| Name | Type |
|---|---|
target |
null | EShape |
target is EShapeConnector
src/main/typescript/wcardinal/ui/shape/e-shape-connectors.ts:13
▸ move(from, to): void
| Name | Type |
|---|---|
from |
EShape |
to |
EShape |
void
src/main/typescript/wcardinal/ui/shape/e-shape-connectors.ts:95
▸ moveAll(rootSources, rootDestinations, sources, destinations, mapping?): undefined | Map<EShape, EShape>
| Name | Type |
|---|---|
rootSources |
EShape[] |
rootDestinations |
EShape[] |
sources |
EShape[] |
destinations |
EShape[] |
mapping? |
Map<EShape, EShape> |
undefined | Map<EShape, EShape>
src/main/typescript/wcardinal/ui/shape/e-shape-connectors.ts:35
▸ newMapping(sources, destinations, result?): Map<EShape, EShape>
| Name | Type |
|---|---|
sources |
EShape[] |
destinations |
EShape[] |
result? |
Map<EShape, EShape> |
src/main/typescript/wcardinal/ui/shape/e-shape-connectors.ts:17