Overdraw
Extends:
Static Method Summary
| Static Public Methods | ||
| public static |
|
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
ctx: * |
|
| public |
font: * |
|
| public |
otherChildren: *[] |
|
| public |
screen: * |
|
| public |
shapes: *[] |
|
| public |
svg: * |
|
| public |
|
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
clear() |
|
| public |
drawTextBubbles(texts: *, cos: *, colors: *): * |
|
| public |
end() |
|
| public |
|
|
| public |
|
|
| public |
start(screen: *) |
|
| public |
startNode(node: *, screen: *) |
|
| public |
text(text: *, x: *, y: *, args: {}): * |
|
Static Public Methods
Public Constructors
public constructor() source
Public Members
public ctx: * source
public font: * source
public otherChildren: *[] source
public screen: * source
public shapes: *[] source
public svg: * source
Public Methods
public clear() source
public drawTextBubbles(texts: *, cos: *, colors: *): * source
Params:
| Name | Type | Attribute | Description |
| texts | * | ||
| cos | * | ||
| colors | * |
Return:
| * |
public end() source
public line(v1: *, v2: *, color: string): * source
Params:
| Name | Type | Attribute | Description |
| v1 | * | ||
| v2 | * | ||
| color | string |
|
Return:
| * |
public rect(p: *, size: *, color: string): * source
Params:
| Name | Type | Attribute | Description |
| p | * | ||
| size | * | ||
| color | string |
|
Return:
| * |
public start(screen: *) source
Params:
| Name | Type | Attribute | Description |
| screen | * |
public startNode(node: *, screen: *) source
Params:
| Name | Type | Attribute | Description |
| node | * | ||
| screen | * |
public text(text: *, x: *, y: *, args: {}): * source
Params:
| Name | Type | Attribute | Description |
| text | * | ||
| x | * | ||
| y | * | ||
| args | {} |
|
Return:
| * |
