phovea_vis
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Heat
Map
Image
Renderer
constructor
options
select
Able
build
build
Selection
recolor
redraw
redraw
Selection
rescale
ensure
Hex
Hierarchy
AHeatMapCanvasRenderer
HeatMapImageRenderer
Implements
IHeatMapRenderer
Index
Constructors
constructor
Properties
options
select
Able
Methods
build
build
Selection
recolor
redraw
redraw
Selection
rescale
Constructors
constructor
new
Heat
Map
Image
Renderer
(
selectAble
?:
ESelectOption
, options
:
ICommonHeatMapOptions
)
:
HeatMapImageRenderer
Parameters
Default value
selectAble:
ESelectOption
= ESelectOption.CELL
options:
ICommonHeatMapOptions
Returns
HeatMapImageRenderer
Properties
Protected
options
options
:
ICommonHeatMapOptions
Protected
select
Able
select
Able
:
ESelectOption
Methods
build
build
(
data
:
IHeatMapAbleMatrix
, $parent
:
Selection
<
any
>
, scale
:
[
number
,
number
]
, c
:
IScale
, onReady
:
function
)
:
Selection
<
any
>
Parameters
data:
IHeatMapAbleMatrix
$parent:
Selection
<
any
>
scale:
[
number
,
number
]
c:
IScale
onReady:
function
(
)
:
void
Returns
void
Returns
Selection
<
any
>
Protected
build
Selection
build
Selection
(
data
:
IMatrix
<
any
,
any
>
, $root
:
Selection
<
any
>
, scale
:
[
number
,
number
]
)
:
void
Parameters
data:
IMatrix
<
any
,
any
>
$root:
Selection
<
any
>
scale:
[
number
,
number
]
Returns
void
recolor
recolor
(
$node
:
Selection
<
any
>
, data
:
IHeatMapAbleMatrix
, color
:
IScale
, scale
:
number
[]
)
:
void
Parameters
$node:
Selection
<
any
>
data:
IHeatMapAbleMatrix
color:
IScale
scale:
number
[]
Returns
void
redraw
redraw
(
$node
:
Selection
<
any
>
, scale
:
number
[]
)
:
void
Parameters
$node:
Selection
<
any
>
scale:
number
[]
Returns
void
Protected
redraw
Selection
redraw
Selection
(
canvas
:
HTMLCanvasElement
, dim
:
number
[]
, type
:
string
, selected
:
Range
[]
)
:
void
Parameters
canvas:
HTMLCanvasElement
dim:
number
[]
type:
string
selected:
Range
[]
Returns
void
rescale
rescale
(
$node
:
Selection
<
any
>
, dim
:
number
[]
, scale
:
number
[]
)
:
void
Parameters
$node:
Selection
<
any
>
dim:
number
[]
scale:
number
[]
Returns
void
Generated using
TypeDoc