|
||||||||||
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.plugin.jfreereport.reportcharts.AbstractChartExpression
org.pentaho.plugin.jfreereport.reportcharts.XYChartExpression
org.pentaho.plugin.jfreereport.reportcharts.XYLineChartExpression
org.pentaho.plugin.jfreereport.reportcharts.ExtendedXYLineChartExpression
public class ExtendedXYLineChartExpression
Field Summary | |
---|---|
static String |
DIFFERENCE_CHART_STR
|
static String |
STEP_AREA_CHART_STR
|
static String |
STEP_CHART_STR
|
Fields inherited from class org.pentaho.plugin.jfreereport.reportcharts.AbstractChartExpression |
---|
LINE_STYLE_DASH_STR, LINE_STYLE_DASHDOT_STR, LINE_STYLE_DASHDOTDOT_STR, LINE_STYLE_DOT_STR, LINE_STYLE_SOLID_STR |
Constructor Summary | |
---|---|
ExtendedXYLineChartExpression()
|
Method Summary | |
---|---|
String |
getChartType()
|
void |
setChartType(String chartType)
|
Methods inherited from class org.pentaho.plugin.jfreereport.reportcharts.XYLineChartExpression |
---|
getLineStyle, getLineWidth, isMarkersVisible, setLineStyle, setLineWidth, setMarkersVisible |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
---|
clone, getDataRow, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, 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, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setName, setRuntime |
Field Detail |
---|
public static final String STEP_CHART_STR
public static final String STEP_AREA_CHART_STR
public static final String DIFFERENCE_CHART_STR
Constructor Detail |
---|
public ExtendedXYLineChartExpression()
Method Detail |
---|
public String getChartType()
public void setChartType(String chartType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |