Klasse XYForEachRecordDataset
java.lang.Object
com.inet.report.chart.dataset.AbstractDataset
com.inet.report.chart.dataset.XYForAllRecordsDataset
com.inet.report.chart.dataset.XYForEachRecordDataset
- Alle implementierten Schnittstellen:
BaseDataset, XYDataset, Serializable
- Bekannte direkte Unterklassen:
XYOneGroupDataset
This is a dataset used by xy charts.
This evaluates data 'for each record' for three data fields (x, y and size).
- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder XYForAllRecordsDataset
FIELDS_COUNTVon 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 ONLYprotected voidsaveProperties(PrintWriter out, int depth) voidsetLabelField(Field labelField) Sets the label field.Von Klasse geerbte Methoden XYForAllRecordsDataset
getCategoryGroup, getChart, getDataField, getDataField, getDataFields, getSizeField, getXField, getYField, setSizeField, setXField, setYField, updateReferences, verifyVon Klasse geerbte Methoden com.inet.report.chart.dataset.AbstractDataset
saveGroups, saveSummaryFields
-
Konstruktordetails
-
XYForEachRecordDataset
Creates a new empty dataset.- Parameter:
chart- the chart (nullnot permitted)- Seit:
- 8.0
-
-
Methodendetails
-
getName
- Setzt außer Kraft:
getNamein KlasseXYForAllRecordsDataset
-
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 KlasseXYForAllRecordsDataset- Gibt zurück:
- the LabelProvider responsible for providing the title, footnote, and axis labels
-
getLabelField
Returns the label field which is used to label the row on the group axis.- Gibt zurück:
- the field.
- Seit:
- 25.10
- 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:
- 25.10
- 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
-