|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.AbstractFunction
org.pentaho.plugin.jfreereport.reportcharts.BaseCollectorFunction
org.pentaho.plugin.jfreereport.reportcharts.TimeSeriesCollectorFunction
public class TimeSeriesCollectorFunction
Creation-Date: 02.07.2007
Field Summary | |
---|---|
static String |
DAY_PERIOD_TYPE_STR
Deprecated. |
static String |
FIXEDMILLISECOND_PERIOD_TYPE_STR
Deprecated. |
static String |
HOUR_PERIOD_TYPE_STR
Deprecated. |
static String |
MILLISECOND_PERIOD_TYPE_STR
Deprecated. |
static String |
MINUTE_PERIOD_TYPE_STR
Deprecated. |
static String |
MONTH_PERIOD_TYPE_STR
Deprecated. |
static String |
QUARTER_PERIOD_TYPE_STR
Deprecated. |
static String |
SECOND_PERIOD_TYPE_STR
Deprecated. |
static String |
WEEK_PERIOD_TYPE_STR
Deprecated. |
static String |
YEAR_PERIOD_TYPE_STR
Deprecated. |
Constructor Summary | |
---|---|
TimeSeriesCollectorFunction()
Deprecated. |
Method Summary | |
---|---|
org.jfree.data.general.Dataset |
createNewDataset()
Deprecated. |
String |
getDomainPeriodType()
Deprecated. |
org.pentaho.reporting.engine.classic.core.function.Expression |
getInstance()
Deprecated. Return a completly separated copy of this function. |
String[] |
getTimeValueColumn()
Deprecated. |
String |
getTimeValueColumn(int index)
Deprecated. |
int |
getTimeValueColumnCount()
Deprecated. |
String[] |
getValueColumn()
Deprecated. |
String |
getValueColumn(int index)
Deprecated. |
int |
getValueColumnCount()
Deprecated. |
void |
groupFinished(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
Deprecated. |
void |
itemsAdvanced(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
Deprecated. |
void |
setDomainPeriodType(String domainPeriodType)
Deprecated. |
void |
setTimeValueColumn(int index,
String field)
Deprecated. |
void |
setTimeValueColumn(String[] fields)
Deprecated. |
void |
setValueColumn(int index,
String field)
Deprecated. |
void |
setValueColumn(String[] fields)
Deprecated. |
Methods inherited from class org.pentaho.plugin.jfreereport.reportcharts.BaseCollectorFunction |
---|
getCacheKey, getDatasourceValue, getGroup, getNewDataset, getResetGroup, getSeriesName, getSeriesName, getSeriesNameCount, getValue, groupStarted, isSeriesColumn, isSummaryOnly, reportInitialized, setGroup, setResetGroup, setSeriesColumn, setSeriesName, setSeriesName, setSummaryOnly |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractFunction |
---|
itemsFinished, itemsStarted, reportDone, reportFinished, reportStarted |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
---|
clone, getDataRow, getDependencyLevel, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.reporting.engine.classic.core.function.Expression |
---|
clone, getDataRow, getDependencyLevel, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setDependencyLevel, setName, setRuntime |
Field Detail |
---|
public static final String DAY_PERIOD_TYPE_STR
public static final String FIXEDMILLISECOND_PERIOD_TYPE_STR
public static final String HOUR_PERIOD_TYPE_STR
public static final String MILLISECOND_PERIOD_TYPE_STR
public static final String MINUTE_PERIOD_TYPE_STR
public static final String MONTH_PERIOD_TYPE_STR
public static final String QUARTER_PERIOD_TYPE_STR
public static final String SECOND_PERIOD_TYPE_STR
public static final String WEEK_PERIOD_TYPE_STR
public static final String YEAR_PERIOD_TYPE_STR
Constructor Detail |
---|
public TimeSeriesCollectorFunction()
Method Detail |
---|
public void setValueColumn(int index, String field)
public void setTimeValueColumn(int index, String field)
public String getValueColumn(int index)
public int getValueColumnCount()
public String[] getValueColumn()
public void setValueColumn(String[] fields)
public String getTimeValueColumn(int index)
public int getTimeValueColumnCount()
public String[] getTimeValueColumn()
public void setTimeValueColumn(String[] fields)
public void itemsAdvanced(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
itemsAdvanced
in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
itemsAdvanced
in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
public void groupFinished(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
groupFinished
in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
groupFinished
in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
public org.jfree.data.general.Dataset createNewDataset()
public String getDomainPeriodType()
public void setDomainPeriodType(String domainPeriodType)
public org.pentaho.reporting.engine.classic.core.function.Expression getInstance()
getInstance
in interface org.pentaho.reporting.engine.classic.core.function.Expression
getInstance
in class BaseCollectorFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |