public class TernaryPlot extends Object
TernaryPlot.TernaryData
points provided.Modifier and Type | Class and Description |
---|---|
static class |
TernaryPlot.TernaryData
Holds an a value for the 3 ternary dimensions and a value
|
Constructor and Description |
---|
TernaryPlot(float width,
List<TernaryPlot.TernaryData> data) |
Modifier and Type | Method and Description |
---|---|
MBFImage |
draw() |
MBFImage |
draw(TernaryParams params) |
MBFImage |
drawTriangles() |
static void |
main(String[] args) |
public TernaryPlot(float width, List<TernaryPlot.TernaryData> data)
width
- data
- public MBFImage draw()
draw(TernaryParams)
with the defaults of
TernaryParams
public MBFImage draw(TernaryParams params)
params
- public MBFImage drawTriangles()