Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8090858

XYChart.Series should have (...) constructor

    XMLWordPrintable

Details

    Description

      Currently XYChart.Series class has the following constructors:

      public XYChart.Series(ObservableList<XYChart.Data<X,Y>> data)
      public XYChart.Series(java.lang.String name, ObservableList<XYChart.Data<X,Y>> data)

      I propose to provide the following two constructors for convenience:

      public XYChart.Series(XYChart.Data<X,Y>... data)
      public XYChart.Series(java.lang.String name, XYChart.Data<X,Y>... data)

      Attachments

        Activity

          People

            Unassigned Unassigned
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Imported: