com.googlecode.wickedcharts.highcharts.options.series
Class RangeCoordinate<X,Y1,Y2>
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.series.RangeCoordinate<X,Y1,Y2>
- Type Parameters:
X - Type of x coordinateY1 - Type of y1 coordinateY2 - Type of y2 coordinate
- All Implemented Interfaces:
- Serializable
public class RangeCoordinate<X,Y1,Y2>
- extends Object
- implements Serializable
A coordinate with one X value and to Y values to display a range between the
two y values.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RangeCoordinate
public RangeCoordinate(X x,
Y1 y1,
Y2 y2)
getX
public X getX()
getY1
public Y1 getY1()
getY2
public Y2 getY2()
setX
public RangeCoordinate<X,Y1,Y2> setX(X x)
setY1
public RangeCoordinate<X,Y1,Y2> setY1(Y1 y1)
setY2
public RangeCoordinate<X,Y1,Y2> setY2(Y2 y2)
Copyright © 2013. All Rights Reserved.