Class GridTrack
Defined in: GridTrack.js.
Constructor Attributes | Constructor Name and Description |
---|---|
GridTrack(name)
This track draws vertical gridlines, which are divs with height 100%,
absolutely positioned at the very top of all the tracks.
|
Method Attributes | Method Name and Description |
---|---|
fillBlock(blockIndex, block, leftBlock, rightBlock, leftBase, rightBase, scale, padding, stripeWidth)
|
|
renderGridlines(block, leftBase, rightBase)
|
Class Detail
GridTrack(name)
This track draws vertical gridlines, which are divs with height 100%,
absolutely positioned at the very top of all the tracks.
- Parameters:
- name
Method Detail
fillBlock(blockIndex, block, leftBlock, rightBlock, leftBase, rightBase, scale, padding, stripeWidth)
- Parameters:
- blockIndex
- block
- leftBlock
- rightBlock
- leftBase
- rightBase
- scale
- padding
- stripeWidth
renderGridlines(block, leftBase, rightBase)
- Parameters:
- block
- leftBase
- rightBase