Class UserInterfaceUtil

java.lang.Object
es.upm.fi.cig.multictbnc.util.UserInterfaceUtil

public final class UserInterfaceUtil extends Object
Utility class with methods related to the user interface.
  • 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 chart
      labelX - label for the X-axis
      LabelY - label for the Y-axis
      rangeY - range of values on the Y-axis
      seriesNames - names of the data series to be displayed on the chart
      Returns:
      an instance of XYLineChart