Klasse XYOneGroupDataset
java.lang.Object
com.inet.report.chart.dataset.AbstractDataset
com.inet.report.chart.dataset.XYForAllRecordsDataset
com.inet.report.chart.dataset.XYForEachRecordDataset
com.inet.report.chart.dataset.XYOneGroupDataset
- Alle implementierten Schnittstellen:
BaseDataset, XYDataset, Serializable
This is a dataset used by xy charts.
This evaluates data sorted by one group 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 category group.protected StringgetName()FOR INTERNAL USE ONLYvoidRemoves the category group.protected voidsaveGroups(PrintWriter out, int depth) voidsetCategoryGroup(Field field) Creates a category group on this field.verify(ChartStyle style) Verifies the group and sum properties of current dataset.Von Klasse geerbte Methoden XYForEachRecordDataset
getLabelField, getLabelProvider, saveProperties, setLabelFieldVon Klasse geerbte Methoden XYForAllRecordsDataset
getChart, getDataField, getDataField, getDataFields, getSizeField, getXField, getYField, setSizeField, setXField, setYField, updateReferencesVon Klasse geerbte Methoden com.inet.report.chart.dataset.AbstractDataset
saveSummaryFields
-
Konstruktordetails
-
XYOneGroupDataset
Creates a new empty dataset.- Parameter:
chart- the chart (nullnot permitted)- Seit:
- 8.0
-
-
Methodendetails
-
getCategoryGroup
Returns the category group. The category group is the first group of chart.- Setzt außer Kraft:
getCategoryGroupin KlasseXYForAllRecordsDataset- Gibt zurück:
- the group or
nullif this group was not initialized. - Seit:
- 8.0
- Siehe auch:
-
setCategoryGroup
Creates a category group on this field. This group is for sorting and consolidating records with same values on the group axis, for example the x axis forPlotOrientation.VERTICALplots. To change the sort order of the data in this group, get the withgetCategoryGroup()and use the Group properties.SummaryField,SpecialFieldandGroupFieldare unsupported field types.- Parameter:
field- the group field (nullnot permitted)- Löst aus:
IllegalArgumentException- if field isnullor from unsupported field type.- Seit:
- 8.0
- Siehe auch:
-
removeCategoryGroup
public void removeCategoryGroup()Removes the category group. Note: this dataset is incomplete without a category group and cannot be used by the chart in this case.- Seit:
- 8.0
- Siehe auch:
-
verify
Verifies the group and sum properties of current dataset.- Angegeben von:
verifyin SchnittstelleBaseDataset- Setzt außer Kraft:
verifyin KlasseXYForAllRecordsDataset- Parameter:
style- the chart style- Gibt zurück:
- the error message or empty string if all properties are correct.
-
getReferencedObject
FOR INTERNAL USE ONLY- Angegeben von:
getReferencedObjectin SchnittstelleBaseDataset- Setzt außer Kraft:
getReferencedObjectin KlasseXYForEachRecordDataset- Gibt zurück:
- FOR INTERNAL USE ONLY
-
saveGroups
- Setzt außer Kraft:
saveGroupsin Klassecom.inet.report.chart.dataset.AbstractDataset
-
getName
- Setzt außer Kraft:
getNamein KlasseXYForEachRecordDataset
-