java.lang.Object
es.upm.fi.cig.multictbnc.util.UserInterfaceUtil
Utility class with methods related to the user interface.
-
Method Summary
Modifier and TypeMethodDescriptionstatic XYLineChart
createXYLineChart
(String title, String labelX, String LabelY, int[] rangeY, String... seriesNames) Creates an XY line chart with the specified parameters.
-
Method Details
-
createXYLineChart
public static XYLineChart createXYLineChart(String title, String labelX, String LabelY, int[] rangeY, String... seriesNames) Creates an XY line chart with the specified parameters.- Parameters:
title
- title of the chartlabelX
- label for the X-axisLabelY
- label for the Y-axisrangeY
- range of values on the Y-axisseriesNames
- names of the data series to be displayed on the chart- Returns:
- an instance of XYLineChart
-