Abscissa
- Represents the type of the abscissa (the x axis). Supported types are Date and
Numerical types (subclasses of the Number class. e.g: Integer, Double, Float...).Ordinate
- Represents the type of the ordinate (the y axis). The ordinate supports all the types
that the abscissa supports plus the Boolean type.public class Line<Abscissa,Ordinate> extends Object
AxisData
Constructor and Description |
---|
Line(com.onwbp.base.text.UserMessage label)
Creates a line with the specified label.
|