Klasse ForEachRecordDataset
java.lang.Object
com.inet.report.chart.dataset.AbstractDataset
com.inet.report.chart.dataset.ForAllRecordsDataset
com.inet.report.chart.dataset.ForEachRecordDataset
- Alle implementierten Schnittstellen:
BaseDataset, PieDataset, StandardDataset, Serializable
public class ForEachRecordDataset
extends ForAllRecordsDataset
implements StandardDataset, PieDataset
This is a dataset used by standard (bar, line, area) and pie charts.
This evaluates data 'for each record' for several data fields.
- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
Von Schnittstelle geerbte Felder BaseDataset
TOKEN_DATASET -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the label field which is used to label the row on the group axis.com.inet.report.chart.dataset.LabelProviderReturns the LabelProvider responsible for providing the title, footnote, and axis labelsprotected StringgetName()FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.FOR INTERNAL USE ONLYprotected voidsaveProperties(PrintWriter out, int depth) voidsetLabelField(Field labelField) Sets the label field.Von Klasse geerbte Methoden ForAllRecordsDataset
addDataField, getCategoryGroup, getChart, getDataField, getDataField, getDataFields, getDataFieldsCount, removeAllDataFields, removeDataField, updateReferences, verifyVon Klasse geerbte Methoden com.inet.report.chart.dataset.AbstractDataset
saveGroups, saveSummaryFieldsVon Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden BaseDataset
getChart, getDataField, getDataFields, updateReferences, verify
-
Konstruktordetails
-
ForEachRecordDataset
Creates a new empty dataset.- Parameter:
chart- the chart (nullnot permitted)- Seit:
- 8.0
-
-
Methodendetails
-
getLabelField
Returns the label field which is used to label the row on the group axis.- Gibt zurück:
- the field.
- Seit:
- 8.0
- Siehe auch:
-
setLabelField
Sets the label field. The label field is used to label the group axis. If this field was not set, the chart indicates each item with its row number. Otherwise the chart displays the value of the label field from the current row on the group axis.- Parameter:
labelField- the field (nullpermitted)- Seit:
- 8.0
- Siehe auch:
-
getReferencedObject
FOR INTERNAL USE ONLY- Angegeben von:
getReferencedObjectin SchnittstelleBaseDataset- Setzt außer Kraft:
getReferencedObjectin Klassecom.inet.report.chart.dataset.AbstractDataset- Gibt zurück:
- FOR INTERNAL USE ONLY
-
saveProperties
- Setzt außer Kraft:
savePropertiesin Klassecom.inet.report.chart.dataset.AbstractDataset
-
getName
FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.- Setzt außer Kraft:
getNamein KlasseForAllRecordsDataset- Gibt zurück:
- name of the XML attribute for this dataset
-
getLabelProvider
public com.inet.report.chart.dataset.LabelProvider getLabelProvider()Returns the LabelProvider responsible for providing the title, footnote, and axis labels- Angegeben von:
getLabelProviderin SchnittstelleBaseDataset- Setzt außer Kraft:
getLabelProviderin KlasseForAllRecordsDataset- Gibt zurück:
- the LabelProvider responsible for providing the title, footnote, and axis labels
-