Class BarChartProperties

    • Field Detail

      • widthPercentage

        private float widthPercentage
      • showOutlines

        private boolean showOutlines
      • barOutlineStroke

        private ChartStroke barOutlineStroke
    • Constructor Detail

      • BarChartProperties

        public BarChartProperties()
        Constructor
    • Method Detail

      • setShowOutlinesFlag

        public void setShowOutlinesFlag​(boolean showOutlines)
      • getShowOutlinesFlag

        public boolean getShowOutlinesFlag()
      • setWidthPercentage

        public void setWidthPercentage​(float widthPercentage)
      • getPercentage

        public float getPercentage()
      • getBarOutlineStroke

        public ChartStroke getBarOutlineStroke()
      • setBarOutlineStroke

        public void setBarOutlineStroke​(ChartStroke barOutlineStroke)
      • toHTML

        public void toHTML​(HTMLGenerator htmlGenerator)
        Enables the testing routines to display the contents of this Object.
        Parameters:
        htmlGenerator -