Schnittstelle XYDataset
- Alle Superschnittstellen:
BaseDataset, Serializable
- Alle bekannten Implementierungsklassen:
XYForAllRecordsDataset, XYForEachRecordDataset, XYOneGroupDataset
An interface that is implemented by data sets that have x, y and size fields.
For more information see the implementors of this interface.
- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
Von Schnittstelle geerbte Felder BaseDataset
TOKEN_DATASET -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the data field which provides the size of the bubble.Returns the data field which provides the x coordinates of the item label.Returns the data field which provides the y coordinates of the item label.voidsetSizeField(int summaryOperation, Field field, Field field2nd, int nth) Sets the data field which provides the size of the bubble.voidSets the data field which provides the x coordinate of item.voidSets the data field which provides the y coordinate of item.Von Schnittstelle geerbte Methoden BaseDataset
getChart, getDataField, getDataFields, getLabelProvider, getReferencedObject, updateReferences, verify
-
Methodendetails
-
getSizeField
SummaryField getSizeField()Returns the data field which provides the size of the bubble. This property is for chart styleXYStyle.BUBBLEonly.- Gibt zurück:
- the data field of type
SummaryFieldornullif this field was not initialized. - Seit:
- 8.0
- Siehe auch:
-
getXField
SummaryField getXField()Returns the data field which provides the x coordinates of the item label.- Gibt zurück:
- the data field of type
SummaryFieldornullif this field was not initialized. - Seit:
- 8.0
- Siehe auch:
-
getYField
SummaryField getYField()Returns the data field which provides the y coordinates of the item label.- Gibt zurück:
- the data field of type
SummaryFieldornullif this field was not initialized. - Seit:
- 8.0
- Siehe auch:
-
setSizeField
Sets the data field which provides the size of the bubble. This property is for chart styleXYStyle.BUBBLEonly. Creates a newSummaryFieldwith this field, operation and parameters.
For more information on the supported value types of fields and on using parameters 'field2nd' and 'nth' seeSummaryField.- Parameter:
summaryOperation- the summary operation. This only supports operations with number resultsfield- the data fieldfield2nd- the second data field, used for example for weights in weighted averageSummaryField.WEIGHTED_AVERAGE.nth- the nth parameter, used e.g. by summary operationSummaryField.NTH_LARGEST- Löst aus:
IllegalArgumentException- if the first or second field are required andnullor have an unsupported value type.IllegalArgumentException- if nth is less than zero.- Seit:
- 8.0
- Siehe auch:
-
setXField
Sets the data field which provides the x coordinate of item. Creates a newSummaryFieldwith this field, operation and parameters.
For more information on the supported value types of fields and on using parameters 'field2nd' and 'nth' seeSummaryField.- Parameter:
summaryOperation- the summary operation. This only supports operations with number resultsfield- the data fieldfield2nd- the second data field, used for example for weights in weighted averageSummaryField.WEIGHTED_AVERAGE.nth- the nth parameter, used e.g. by summary operationSummaryField.NTH_LARGEST- Löst aus:
IllegalArgumentException- if the first or second field are required andnullor have an unsupported value type.IllegalArgumentException- if nth is less than zero.- Seit:
- 8.0
- Siehe auch:
-
setYField
Sets the data field which provides the y coordinate of item. Creates a newSummaryFieldwith this field, operation and parameters.
For more information on the supported value types of fields and on using parameters 'field2nd' and 'nth' seeSummaryField.- Parameter:
summaryOperation- the summary operation. This only supports operations with number resultsfield- the data fieldfield2nd- the second data field, used for example for weights in weighted averageSummaryField.WEIGHTED_AVERAGE.nth- the nth parameter, used e.g. by summary operationSummaryField.NTH_LARGEST- Löst aus:
IllegalArgumentException- if the first or second field are required andnullor have an unsupported value type.IllegalArgumentException- if nth is less than zero.- Seit:
- 8.0
- Siehe auch:
-