Class HSSFPolygon


  • public class HSSFPolygon
    extends HSSFShape
    Author:
    Glen Stampoultzis (glens at superlinksoftware.com)
    • Method Detail

      • getXPoints

        public int[] getXPoints()
      • getYPoints

        public int[] getYPoints()
      • setPoints

        public void setPoints​(int[] xPoints,
                              int[] yPoints)
      • setPolygonDrawArea

        public void setPolygonDrawArea​(int width,
                                       int height)
        Defines the width and height of the points in the polygon
        Parameters:
        width -
        height -
      • getDrawAreaWidth

        public int getDrawAreaWidth()
      • getDrawAreaHeight

        public int getDrawAreaHeight()