com.googlecode.wickedcharts.highcharts.options.series
Class RangeCoordinate<X,Y1,Y2>

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.series.RangeCoordinate<X,Y1,Y2>
Type Parameters:
X - Type of x coordinate
Y1 - Type of y1 coordinate
Y2 - 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

Constructor Summary
RangeCoordinate(X x, Y1 y1, Y2 y2)
           
 
Method Summary
 X getX()
           
 Y1 getY1()
           
 Y2 getY2()
           
 RangeCoordinate<X,Y1,Y2> setX(X x)
           
 RangeCoordinate<X,Y1,Y2> setY1(Y1 y1)
           
 RangeCoordinate<X,Y1,Y2> setY2(Y2 y2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeCoordinate

public RangeCoordinate(X x,
                       Y1 y1,
                       Y2 y2)
Method Detail

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.