Class ChartBuilder<T extends ChartBuilder<?,​?>,​C extends Chart>

    • Field Detail

      • width

        public int width
      • height

        public int height
      • title

        public java.lang.String title
    • Constructor Detail

      • ChartBuilder

        protected ChartBuilder()
        Constructor
    • Method Detail

      • width

        public T width​(int width)
      • height

        public T height​(int height)
      • title

        public T title​(java.lang.String title)
      • build

        public abstract C build()