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  
childBranchesCount — Property in class fr.kapit.components.treemap.BranchInfo
Indicates the number of branches that are children of this branch.
childNodesCount — Property in class fr.kapit.components.treemap.BranchInfo
Indicates the number of the nodes that are the children of this branch.
childrenCount — Property in class fr.kapit.components.treemap.BranchInfo
Indicates the number of the children of this branch.
color — Property in class fr.kapit.components.treemap.NodeInfo
Indicates the color of the node.
color(value, outsideOfRange) — Method in interface fr.kapit.components.treemap.utils.ITreeMapColorGenerator
This function is used by the treemap to associate colors with values that are extracted from the color fields in the treemap dataProvider.
color(value, outsideOfRange) — Method in class fr.kapit.components.treemap.utils.TreeMapDefaultColorGenerator
This function is used by the treemap to associate colors with values that are extracted from the color fields in the treemap dataProvider.
colorChanged — Property in class fr.kapit.components.treemap.TreeMap
colorField — Property in class fr.kapit.components.treemap.TreeMap
The name/index of the property used to detemine the color of an item.
colorFunction — Property in class fr.kapit.components.treemap.TreeMap
The function used to detemine the color of an item.
colorGenerator — Property in class fr.kapit.components.treemap.TreeMap
The colorGenerator is used by the treemap to determine the displayed colors for nodes and for the legend.
colorPolicy — Property in class fr.kapit.components.treemap.TreeMap
Indicates the policy used to generate colors for the nodes.
COLOR_POLICY_BICHROMATIC — Constant static property in class fr.kapit.components.treemap.TreeMap
Colors are generated by mixing firstColor and secondColor.
COLOR_POLICY_MONOCHROMATIC — Constant static property in class fr.kapit.components.treemap.TreeMap
Colors are generated by mixing firstColor and black.
COLOR_POLICY_SPECTRUM — Constant static property in class fr.kapit.components.treemap.TreeMap
Colors are generated by mixing red, green and blue colors.
colorValuesDict — Property in class fr.kapit.components.treemap.TreeMap
continueGreyColor — Property in class fr.kapit.components.treemap.utils.TreeMapDefaultColorGenerator
Indicates the color used to render nodes that are outside of the selected range in the treemap legend in the case of continue colors.
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