Package org.apache.pivot.charts.content
Class Interval
- java.lang.Object
-
- org.apache.pivot.charts.content.Point
-
- org.apache.pivot.charts.content.Interval
-
public class Interval extends Point
Represents value data for interval chart views.
-
-
Constructor Summary
Constructors Constructor Description Interval()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getWidth()
void
setWidth(float newWidth)
Set the data value.
-