Class AreaProperties

    • Field Detail

      • edgePadding

        private float edgePadding
    • Constructor Detail

      • AreaProperties

        public AreaProperties()
    • Method Detail

      • getEdgePadding

        public float getEdgePadding()
        Returns the number of pixels to pad the edges of the image
        Returns:
        float
      • setEdgePadding

        public void setEdgePadding​(float edgePadding)
        Sets the number of pixels to pad the edges of the image
        Parameters:
        edgePadding -
      • setBorderStroke

        public void setBorderStroke​(ChartStroke chartStroke)
        Sets the border Stroke. If NULL is passed, there will be no border.
        Parameters:
        chartStroke -
      • getBorderStroke

        public ChartStroke getBorderStroke()
        Returns the border Stroke
        Returns:
        ChartStroke
      • 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 -