|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.client.sos.storage.ChartInput
public class ChartInput
Keeps the data needed for creating the chart by ChartProcessing.
| Constructor Summary | |
|---|---|
ChartInput()
Public constructor |
|
| Method Summary | |
|---|---|
String |
getChartTitle()
|
Map<String,double[]> |
getData()
|
Date[] |
getDates()
|
List<String> |
getNames()
|
Class |
getTimeResolution()
|
void |
setChartTitle(String title)
|
void |
setData(Map<String,double[]> values)
replaces the data with the given values |
void |
setDates(Date[] time)
replaces the stored dates with the given dates |
void |
setNames(List<String> that)
|
void |
setTimeResolution(Class tr)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartInput()
| Method Detail |
|---|
public Map<String,double[]> getData()
public Date[] getDates()
public Class getTimeResolution()
public String getChartTitle()
public List<String> getNames()
public void setData(Map<String,double[]> values)
values - : the given values stored in a Mappublic void setDates(Date[] time)
time - : the given Date-values stored in a Date[]public void setTimeResolution(Class tr)
public void setChartTitle(String title)
public void setNames(List<String> that)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||