public class JRDesignHighLowDataset extends JRDesignChartDataset implements JRHighLowDataset
| Modifier and Type | Field and Description |
|---|---|
protected JRExpression |
closeExpression |
protected JRExpression |
dateExpression |
protected JRExpression |
highExpression |
protected JRExpression |
lowExpression |
protected JRExpression |
openExpression |
static String |
PROPERTY_CLOSE_EXPRESSION |
static String |
PROPERTY_DATE_EXPRESSION |
static String |
PROPERTY_HIGH_EXPRESSION |
static String |
PROPERTY_ITEM_HYPERLINK |
static String |
PROPERTY_LOW_EXPRESSION |
static String |
PROPERTY_OPEN_EXPRESSION |
static String |
PROPERTY_SERIES_EXPRESSION |
static String |
PROPERTY_VOLUME_EXPRESSION |
protected JRExpression |
seriesExpression |
protected JRExpression |
volumeExpression |
PROPERTY_DATASET_RUN, PROPERTY_INCREMENT_GROUP, PROPERTY_INCREMENT_TYPE, PROPERTY_INCREMENT_WHEN_EXPRESSION, PROPERTY_RESET_GROUP, PROPERTY_RESET_TYPEdatasetRun, incrementGroup, incrementTypeValue, incrementWhenExpression, resetGroup, resetTypeValueCATEGORY_DATASET, GANTT_DATASET, HIGHLOW_DATASET, PIE_DATASET, TIMEPERIOD_DATASET, TIMESERIES_DATASET, VALUE_DATASET, XY_DATASET, XYZ_DATASET| Constructor and Description |
|---|
JRDesignHighLowDataset(JRChartDataset dataset) |
getEventSupport, setDatasetRun, setIncrementGroup, setIncrementType, setIncrementWhenExpression, setResetGroup, setResetTypegetDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValueequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValuepublic static final String PROPERTY_CLOSE_EXPRESSION
public static final String PROPERTY_DATE_EXPRESSION
public static final String PROPERTY_HIGH_EXPRESSION
public static final String PROPERTY_ITEM_HYPERLINK
public static final String PROPERTY_LOW_EXPRESSION
public static final String PROPERTY_OPEN_EXPRESSION
public static final String PROPERTY_SERIES_EXPRESSION
public static final String PROPERTY_VOLUME_EXPRESSION
protected JRExpression seriesExpression
protected JRExpression dateExpression
protected JRExpression highExpression
protected JRExpression lowExpression
protected JRExpression openExpression
protected JRExpression closeExpression
protected JRExpression volumeExpression
public JRDesignHighLowDataset(JRChartDataset dataset)
public JRExpression getSeriesExpression()
getSeriesExpression in interface JRHighLowDatasetjava.lang.Comparable value returned by this expression,
and it must also be used as the series name in the chart's legend.public void setSeriesExpression(JRExpression seriesExpression)
public JRExpression getDateExpression()
getDateExpression in interface JRHighLowDatasetpublic void setDateExpression(JRExpression dateExpression)
public JRExpression getHighExpression()
getHighExpression in interface JRHighLowDatasetpublic void setHighExpression(JRExpression highExpression)
public JRExpression getLowExpression()
getLowExpression in interface JRHighLowDatasetpublic void setLowExpression(JRExpression lowExpression)
public JRExpression getOpenExpression()
getOpenExpression in interface JRHighLowDatasetpublic void setOpenExpression(JRExpression openExpression)
public JRExpression getCloseExpression()
getCloseExpression in interface JRHighLowDatasetpublic void setCloseExpression(JRExpression closeExpression)
public JRExpression getVolumeExpression()
getVolumeExpression in interface JRHighLowDatasetpublic void setVolumeExpression(JRExpression volumeExpression)
public byte getDatasetType()
JRChartDatasetgetDatasetType in interface JRChartDatasetgetDatasetType in class JRDesignChartDatasetpublic void collectExpressions(JRExpressionCollector collector)
collectExpressions in interface JRElementDatasetcollectExpressions in class JRBaseElementDatasetpublic JRHyperlink getItemHyperlink()
JRHighLowDatasetThe hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink in interface JRHighLowDatasetpublic void setItemHyperlink(JRHyperlink itemHyperlink)
itemHyperlink - the hyperlink specificationgetItemHyperlink()public void validate(JRVerifier verifier)
JRChartDatasetBroken rules are collected by the verifier.
validate in interface JRChartDatasetverifier - the verifier to use for validationpublic Object clone()
clone in interface JRCloneableclone in class JRDesignElementDatasetCopyright © 2017. All rights reserved.