Winter Cardinal UI - v0.442.0 / EShapeConnectorContainerImpl
• new EShapeConnectorContainerImpl(parent
): EShapeConnectorContainerImpl
Name | Type |
---|---|
parent |
EShape |
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:16
• Protected
_edges: Set
<EShapeConnectorEdge
>
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:12
• Protected
Optional
_onFitBound: (connector
: EShapeConnectorEdge
) => void
▸ (connector
): void
Name | Type |
---|---|
connector |
EShapeConnectorEdge |
void
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:13
• Protected
Optional
_onFitBoundForcibly: (connector
: EShapeConnectorEdge
) => void
▸ (connector
): void
Name | Type |
---|---|
connector |
EShapeConnectorEdge |
void
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:14
• Protected
_parent: EShape
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:11
▸ add(target
): boolean
Name | Type |
---|---|
target |
EShapeConnectorEdge |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:21
▸ attach(): this
this
EShapeConnectorContainer.attach
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:97
▸ clear(): boolean
boolean
EShapeConnectorContainer.clear
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:42
▸ contains(target
): boolean
Name | Type |
---|---|
target |
EShapeConnectorEdge |
boolean
EShapeConnectorContainer.contains
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:30
▸ copy(source
): this
Name | Type |
---|---|
source |
EShapeConnectorContainer |
this
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:51
▸ detach(exceptions?
): this
Name | Type |
---|---|
exceptions? |
Set <EShape > |
this
EShapeConnectorContainer.detach
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:105
▸ each(iteratee
): this
Name | Type |
---|---|
iteratee |
(edge : EShapeConnectorEdge ) => void |
this
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:60
▸ fit(forcibly?
): void
Name | Type |
---|---|
forcibly? |
boolean |
void
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:65
▸ newOnFitBound(forcibly?
): (edge
: EShapeConnectorEdge
) => void
Name | Type |
---|---|
forcibly? |
boolean |
fn
▸ (edge
): void
Name | Type |
---|---|
edge |
EShapeConnectorEdge |
void
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:87
▸ onFit(target
, forcibly?
): void
Name | Type |
---|---|
target |
EShapeConnectorEdge |
forcibly? |
boolean |
void
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:93
▸ remove(target
): boolean
Name | Type |
---|---|
target |
EShapeConnectorEdge |
boolean
EShapeConnectorContainer.remove
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:38
▸ size(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:34
▸ toOnFitBound(forcibly?
): (connector
: EShapeConnectorEdge
) => void
Name | Type |
---|---|
forcibly? |
boolean |
fn
▸ (connector
): void
Name | Type |
---|---|
connector |
EShapeConnectorEdge |
void
src/main/typescript/wcardinal/ui/shape/e-shape-connector-container-impl.ts:69