org.gcube.portlets.user.timeseries.charts.support.types
Class GraphData
java.lang.Object
org.gcube.portlets.user.timeseries.charts.support.types.GraphData
- All Implemented Interfaces:
- Serializable
public class GraphData
- extends Object
- implements Serializable
All the data needed to represent a single graph.
- Author:
- Daniele Strollo (ISTI-CNR)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphData
public GraphData(List<Point<? extends Number,? extends Number>> data,
boolean invertAxis)
throws InvalidParameterException
- Throws:
InvalidParameterException
getData
public final List<Point<? extends Number,? extends Number>> getData()
setMaxY
public final void setMaxY(Number maxY)
setMinY
public final void setMinY(Number minY)
getMinY
public final Number getMinY()
getMaxY
public final Number getMaxY()
Copyright © 2013. All Rights Reserved.