Winter Cardinal UI - v0.442.0 / EShapeConnectorEdgeAcceptorImpl

Class: EShapeConnectorEdgeAcceptorImpl

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapeConnectorEdgeAcceptorImpl(parent): EShapeConnectorEdgeAcceptorImpl

Parameters

Name Type
parent EShapeConnectorEdgeAcceptorImplParent

Returns

EShapeConnectorEdgeAcceptorImpl

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:20

Properties

_edge

Protected _edge: null | string

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:16


_parent

Protected _parent: EShapeConnectorEdgeAcceptorImplParent

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:14


_shape

Protected _shape: null | EShape

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:15


_x

Protected _x: null | number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:17


_y

Protected _y: null | number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:18

Accessors

edge

get edge(): null | string

Returns

null | string

Implementation of

EShapeConnectorEdgeAcceptor.edge

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:36

set edge(edge): void

Parameters

Name Type
edge null | string

Returns

void

Implementation of

EShapeConnectorEdgeAcceptor.edge

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:40


shape

get shape(): null | EShape

Returns

null | EShape

Implementation of

EShapeConnectorEdgeAcceptor.shape

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:28

set shape(shape): void

Parameters

Name Type
shape null | EShape

Returns

void

Implementation of

EShapeConnectorEdgeAcceptor.shape

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:32


x

get x(): null | number

Returns

null | number

Implementation of

EShapeConnectorEdgeAcceptor.x

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:44

set x(x): void

Parameters

Name Type
x null | number

Returns

void

Implementation of

EShapeConnectorEdgeAcceptor.x

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:48


y

get y(): null | number

Returns

null | number

Implementation of

EShapeConnectorEdgeAcceptor.y

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:52

set y(y): void

Parameters

Name Type
y null | number

Returns

void

Implementation of

EShapeConnectorEdgeAcceptor.y

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:56

Methods

copy

copy(source): this

Parameters

Name Type
source EShapeConnectorEdgeAcceptor

Returns

this

Implementation of

EShapeConnectorEdgeAcceptor.copy

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:60


set

set(shape?, edge?, x?, y?): this

Parameters

Name Type
shape? null | EShape
edge? null | string
x? null | number
y? null | number

Returns

this

Implementation of

EShapeConnectorEdgeAcceptor.set

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.ts:64