Package software.coley.treemap.content
Interface TreeContent
- All Known Subinterfaces:
HierarchicalTreeContent
- All Known Implementing Classes:
SimpleHierarchicalTreeContent
public interface TreeContent
Helper model type to represent items to input into a
TreeMapPane.
Primarily useful if you want to cache the weight and node values.- Author:
- Matt Coley
- See Also:
-
Method Summary
-
Method Details
-
getValueWeight
double getValueWeight()- Returns:
- Weight of 'this' value.
-
getNode
@Nonnull javafx.scene.Node getNode()- Returns:
- Visualization of 'this' value.
-