Package software.coley.treemap.content
Interface HierarchicalTreeContent
- All Superinterfaces:
TreeContent
- All Known Implementing Classes:
SimpleHierarchicalTreeContent
Helper model type to represent hierarchical items to input into a
TreeMapPane.- Author:
- Matt Coley
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ListProperty<TreeContent>children()getNode()Methods inherited from interface software.coley.treemap.content.TreeContent
getValueWeight
-
Method Details
-
children
- Returns:
- Child tree content items.
-
getNode
- Specified by:
getNodein interfaceTreeContent- Returns:
- Visualization of all child values.
-