A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getAreaFromData(data) — Method in class fr.kapit.components.treemap.TreeMap
Determines the area from the data object using the areaFunction or areaField properties.
getColorFromData(data) — Method in class fr.kapit.components.treemap.TreeMap
Determines the color from the data object using the colorFunction or colorField properties.
getContinueColor(value, outsideOfRange) — Method in class fr.kapit.components.treemap.utils.TreeMapDefaultColorGenerator
Detemines the color value in the case of continue colors.
getDiscreteColor(val, outsideOfRange) — Method in class fr.kapit.components.treemap.utils.TreeMapDefaultColorGenerator
Detemines the color value in the case of discrete colors.
getIconFromData(data) — Method in class fr.kapit.components.treemap.TreeMap
getLabelFromData(data, info) — Method in class fr.kapit.components.treemap.TreeMap
Determines the label from the data object using the labelFunction or labelField properties.
getStyle(styleProp) — Method in class fr.kapit.components.treemap.TreeMap
getToolTipFromData(data, info) — Method in class fr.kapit.components.treemap.TreeMap
Determines the toolTip from the data object using the toolTipFunction or toolTipField properties.
groupClick — Event in class fr.kapit.components.treemap.TreeMap
Dispatched when a goup header is clicked.
GROUP_CLICK — Constant static property in class fr.kapit.components.treemap.events.TreeMapEvent
Dispatched when a group header is clicked.
groupDrillDown — Event in class fr.kapit.components.treemap.TreeMap
Dispatched after a drill-down on a group.
GROUP_DRILL_DOWN — Constant static property in class fr.kapit.components.treemap.events.TreeMapEvent
Dispatched after a drill-down on a group.
groupDrillUp — Event in class fr.kapit.components.treemap.TreeMap
Dispatched after a drill-up on a group.
GROUP_DRILL_UP — Constant static property in class fr.kapit.components.treemap.events.TreeMapEvent
Dispatched after a drill-up on a group.
groupRollOut — Event in class fr.kapit.components.treemap.TreeMap
Dispatched when the mouse is rolled out of a group header.
GROUP_ROLL_OUT — Constant static property in class fr.kapit.components.treemap.events.TreeMapEvent
Dispatched when the mouse is rolled out of a group header.
groupRollOver — Event in class fr.kapit.components.treemap.TreeMap
Dispatched when the mouse is rolled over a group header.
GROUP_ROLL_OVER — Constant static property in class fr.kapit.components.treemap.events.TreeMapEvent
Dispatched when the mouse is rolled over a group header.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z