import {PointModel} from 'igeom/src/app/components/point-component/models/point-model.js'
PointModel
Extends:
Direct Subclass:
Static Method Summary
Static Public Methods | ||
public static |
do(map: *, list: *): * |
Constructor Summary
Public Constructor | ||
public |
|
Method Summary
Public Methods | ||
public |
bind(posX: *, posY: *, label: *) |
|
public |
update(konvaObject: *, event: *) |
Inherited Summary
From class GenericObject | ||
public |
color: * |
|
public |
|
|
public |
definitions: *[] |
|
public |
dependentsOnThis: *[] |
|
public |
id: * |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
From class DynamicObject | ||
public |
elementClass: * |
|
public |
label: * |
|
public |
|
|
public |
addDependency(dynamicObject: *) |
|
public |
setClass(elementClass: *) |
|
public |
setLabel(label: *) |
|
public |
setLabelIgeom(label: *) |
From class GeometricObject | ||
public |
|
|
public |
borderColor: * |
|
public |
|
|
public |
|
|
public |
setBackgroundColor(color: *) |
|
public |
setBorderColor(color: *) |
|
public |
setEdgeThinckness(edgeThinckness: *) |
|
public |
update(aggregator: DrawerAggregator, event: event) Update properties of this Intersection |
Static Public Methods
public static do(map: *, list: *): * source
Params:
Name | Type | Attribute | Description |
map | * | ||
list | * |
Return:
* |
Public Constructors
Public Methods
public bind(posX: *, posY: *, label: *) source
Params:
Name | Type | Attribute | Description |
posX | * | ||
posY | * | ||
label | * |
public update(konvaObject: *, event: *) source
Update properties of this Intersection
Override:
GeometricObject#updateParams:
Name | Type | Attribute | Description |
konvaObject | * | ||
event | * |