|
||||||||||
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.PieSetCollectorFunction
public class PieSetCollectorFunction
Constructor Summary | |
---|---|
PieSetCollectorFunction()
Deprecated. Creates an unnamed function. |
Method Summary | |
---|---|
Object |
getCacheKey()
Deprecated. |
Object |
getDatasourceValue()
Deprecated. |
String |
getGroup()
Deprecated. |
org.pentaho.reporting.engine.classic.core.function.Expression |
getInstance()
Deprecated. Return a completly separated copy of this function. |
String |
getResetGroup()
Deprecated. |
String |
getSeriesColumn()
Deprecated. |
Object |
getValue()
Deprecated. |
String |
getValueColumn()
Deprecated. |
void |
groupFinished(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
Deprecated. |
void |
groupStarted(org.pentaho.reporting.engine.classic.core.event.ReportEvent event)
Deprecated. |
boolean |
isSummaryOnly()
Deprecated. |
void |
itemsAdvanced(org.pentaho.reporting.engine.classic.core.event.ReportEvent reportEvent)
Deprecated. |
void |
reportInitialized(org.pentaho.reporting.engine.classic.core.event.ReportEvent event)
Deprecated. |
void |
setGroup(String value)
Deprecated. |
void |
setResetGroup(String value)
Deprecated. |
void |
setSeriesColumn(String value)
Deprecated. |
void |
setSummaryOnly(boolean value)
Deprecated. |
void |
setValueColumn(String value)
Deprecated. |
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 |
Constructor Detail |
---|
public PieSetCollectorFunction()
AbstractExpression.setName(java.lang.String)
before the function
is added to the report's function collection.
Method Detail |
---|
public String getSeriesColumn()
public String getValueColumn()
public String getGroup()
getGroup
in interface ICollectorFunction
public String getResetGroup()
public void setSeriesColumn(String value)
public void setValueColumn(String value)
public void setGroup(String value)
public void setResetGroup(String value)
public boolean isSummaryOnly()
public void setSummaryOnly(boolean value)
public Object getValue()
getValue
in interface ICollectorFunction
getValue
in interface org.pentaho.reporting.engine.classic.core.function.Expression
public void reportInitialized(org.pentaho.reporting.engine.classic.core.event.ReportEvent event)
reportInitialized
in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
reportInitialized
in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
public void groupStarted(org.pentaho.reporting.engine.classic.core.event.ReportEvent event)
groupStarted
in interface org.pentaho.reporting.engine.classic.core.event.ReportListener
groupStarted
in class org.pentaho.reporting.engine.classic.core.function.AbstractFunction
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.pentaho.reporting.engine.classic.core.function.Expression getInstance()
getInstance
in interface org.pentaho.reporting.engine.classic.core.function.Expression
getInstance
in class org.pentaho.reporting.engine.classic.core.function.AbstractExpression
public Object getCacheKey()
getCacheKey
in interface ICollectorFunction
public Object getDatasourceValue()
getDatasourceValue
in interface ICollectorFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |