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_TYPE
datasetRun, incrementGroup, incrementTypeValue, incrementWhenExpression, resetGroup, resetTypeValue
CATEGORY_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, setResetType
getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValue
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValue
public 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 JRHighLowDataset
java.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 JRHighLowDataset
public void setDateExpression(JRExpression dateExpression)
public JRExpression getHighExpression()
getHighExpression
in interface JRHighLowDataset
public void setHighExpression(JRExpression highExpression)
public JRExpression getLowExpression()
getLowExpression
in interface JRHighLowDataset
public void setLowExpression(JRExpression lowExpression)
public JRExpression getOpenExpression()
getOpenExpression
in interface JRHighLowDataset
public void setOpenExpression(JRExpression openExpression)
public JRExpression getCloseExpression()
getCloseExpression
in interface JRHighLowDataset
public void setCloseExpression(JRExpression closeExpression)
public JRExpression getVolumeExpression()
getVolumeExpression
in interface JRHighLowDataset
public void setVolumeExpression(JRExpression volumeExpression)
public byte getDatasetType()
JRChartDataset
getDatasetType
in interface JRChartDataset
getDatasetType
in class JRDesignChartDataset
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRElementDataset
collectExpressions
in class JRBaseElementDataset
public JRHyperlink getItemHyperlink()
JRHighLowDataset
The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink
in interface JRHighLowDataset
public void setItemHyperlink(JRHyperlink itemHyperlink)
itemHyperlink
- the hyperlink specificationgetItemHyperlink()
public void validate(JRVerifier verifier)
JRChartDataset
Broken rules are collected by the verifier.
validate
in interface JRChartDataset
verifier
- the verifier to use for validationpublic Object clone()
clone
in interface JRCloneable
clone
in class JRDesignElementDataset
Copyright © 2019 TIBCO Software Inc.. All rights reserved.