Uses of Class
org.gcube.portlets.user.timeseries.charts.support.types.GraphData

Packages that use GraphData
org.gcube.portlets.user.timeseries.charts.support.types   
 

Uses of GraphData in org.gcube.portlets.user.timeseries.charts.support.types
 

Methods in org.gcube.portlets.user.timeseries.charts.support.types that return types with arguments of type GraphData
 java.util.Map<java.lang.String,GraphData> GraphGroups.getGraphs()
           
 

Methods in org.gcube.portlets.user.timeseries.charts.support.types with parameters of type GraphData
 void GraphGroups.addGraph(java.lang.String key, GraphData graph)