Interface TernaryChartModel.TernaryPoint

All Known Implementing Classes:
DefaultTernaryChartModel.DefaultTernaryPoint
Enclosing interface:
TernaryChartModel

public static interface TernaryChartModel.TernaryPoint
Represents a single 3-component data point.
Since:
2025-06-01
Version:
1.0.0
Author:
Arber Gashi
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
  • Method Details

    • getA

      double getA()
    • getB

      double getB()
    • getC

      double getC()