Annotation Type PlotData
-
public @interface PlotDatathis is an annotation that can be added to methods that return data that can be plotted.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description DataLengthdataLengthjava.lang.Stringname
-
-
-
-
dataLength
DataLength dataLength
- Returns:
- the length of the data. This can be used e.g. to distinguish if the data can be plotted in a certain plot.
-
-