MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / ISpaceAllocator

Interface ISpaceAllocator

src/core/CommentSpaceAllocator.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 */
8/// <reference path="Core.d.ts" />
9interface ISpaceAllocator {
10 add(c:IComment):void;
11 remove(c:IComment):void;
12 setBounds(w:number, h:number):void;
13}
14
15class CommentSpaceAllocator implements ISpaceAllocator {
16 public _width:number;

Callers 2

CommentManager.jsFile · 0.65
addMethod · 0.65

Implementers 1

CommentSpaceAllocatorsrc/core/CommentSpaceAllocator.ts

Calls

no outgoing calls

Tested by

no test coverage detected