Class HSSFPolygon

java.lang.Object
loci.poi.hssf.usermodel.HSSFShape
loci.poi.hssf.usermodel.HSSFPolygon

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

    • 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()