Uses of Interface
com.arbergashi.charts.model.TernaryChartModel.TernaryPoint
Packages that use TernaryChartModel.TernaryPoint
-
Uses of TernaryChartModel.TernaryPoint in com.arbergashi.charts.model
Classes in com.arbergashi.charts.model that implement TernaryChartModel.TernaryPointModifier and TypeClassDescriptionstatic final recordA simple, immutable implementation of TernaryPoint.Methods in com.arbergashi.charts.model that return types with arguments of type TernaryChartModel.TernaryPointModifier and TypeMethodDescriptionDefaultTernaryChartModel.getTernaryData()TernaryChartModel.getTernaryData()Returns the data as a list of ternary points.Constructor parameters in com.arbergashi.charts.model with type arguments of type TernaryChartModel.TernaryPointModifierConstructorDescriptionDefaultTernaryChartModel(List<TernaryChartModel.TernaryPoint> data, List<String> componentLabels)