com.googlecode.wickedcharts.highcharts.options.series
Class Coordinate<T,U>

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.series.Coordinate<T,U>
Type Parameters:
T - Type of x coordinate
U - Type of y coordinate
All Implemented Interfaces:
Serializable

public class Coordinate<T,U>
extends Object
implements Serializable

Author:
Matthias Balke
See Also:
Serialized Form

Constructor Summary
Coordinate(T x, U y)
           
 
Method Summary
 T getX()
           
 U getY()
           
 Coordinate<T,U> setX(T x)
           
 Coordinate<T,U> setY(U y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coordinate

public Coordinate(T x,
                  U y)
Method Detail

getX

public T getX()

getY

public U getY()

setX

public Coordinate<T,U> setX(T x)

setY

public Coordinate<T,U> setY(U y)


Copyright © 2013. All Rights Reserved.