Uses of Record Class
com.arbergashi.charts.model.HierarchicalDataPoint
Packages that use HierarchicalDataPoint
-
Uses of HierarchicalDataPoint in com.arbergashi.charts.model
Methods in com.arbergashi.charts.model that return types with arguments of type HierarchicalDataPointModifier and TypeMethodDescriptionHierarchicalDataPoint.children()Returns the value of thechildrenrecord component.Constructor parameters in com.arbergashi.charts.model with type arguments of type HierarchicalDataPointModifierConstructorDescriptionHierarchicalDataPoint(String name, double value, List<HierarchicalDataPoint> children) Creates a hierarchical data point, ensuring the children list is never null.