Class AxisProperties

    • Field Detail

      • isPlotHorizontal

        private boolean isPlotHorizontal
      • xAxisLabelsAreVertical

        private boolean xAxisLabelsAreVertical
    • Constructor Detail

      • AxisProperties

        public AxisProperties​(boolean isHorizontalPlot)
        Parameters:
        isHorizontalPlot -
      • AxisProperties

        public AxisProperties()
    • Method Detail

      • isPlotHorizontal

        public boolean isPlotHorizontal()
      • xAxisLabelsAreVertical

        public boolean xAxisLabelsAreVertical()
      • setXAxisLabelsAreVertical

        public void setXAxisLabelsAreVertical​(boolean xAxisLabelsAreVertical)
      • toHTML

        public void toHTML​(HTMLGenerator htmlGenerator)
        Enables the testing routines to display the contents of this Object.
        Specified by:
        toHTML in interface HTMLTestable
        Overrides:
        toHTML in class Properties
        Parameters:
        htmlGenerator -