Properties
Private
Readonly
STROKE_WIDTH
STROKE_WIDTH: number = 1
Static
Private
Readonly
minWidth
minWidth: number = 2
Methods
move
- move(config): void
Returns void
Private
moveBlock
- moveBlock(xScale, dx): void
Returns void
Private
moveCircle
- moveCircle(xScale, dx): void
Returns void
Private
moveLine
- moveLine(xScale, dx): void
Returns void
plot
- plot(config): void
Returns void
Private
plotCircles
- plotCircles(config): void
Returns void
plotDecorators
- plotDecorators(circles, lines): void
Returns void
Private
plotLine
- plotLine(config): void
Returns void
Static
Private
getMinWidth
- getMinWidth(begin, end, xScale, dx): number
Parameters
begin: number
end: number
xScale: RcsbScaleInterface<number, ScaleLinear<number, number, never>>
dx: number
Returns number