com.googlecode.wickedcharts.highcharts.options.series
Class Coordinate<T,U>
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.series.Coordinate<T,U>
- Type Parameters:
T - Type of x coordinateU - Type of y coordinate
- All Implemented Interfaces:
- Serializable
public class Coordinate<T,U>
- extends Object
- implements Serializable
- Author:
- Matthias Balke
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Coordinate
public Coordinate(T x,
U y)
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.