- java.lang.Object
-
- net.finmath.plots.Category2D
-
public class Category2D extends java.lang.Object
A 2D category, i.e., Key-Value pair, where Key is a String ID and value is a Number.- Author:
- Christian Fries
-
-
Constructor Summary
Constructors Constructor Description Category2D(java.lang.String name, java.lang.Number value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.Number
getValue()
-