Class ChartData.ChartDataRow

  • Enclosing class:
    ChartData

    public class ChartData.ChartDataRow
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTitle()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChartDataRow

        public ChartDataRow​(int columnCount)
      • ChartDataRow

        public ChartDataRow​(java.lang.String title,
                            int columnCount)
      • ChartDataRow

        public ChartDataRow​(java.lang.String title,
                            Properties.Value[] data)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()