Class MapLayoutReport.ReportTable

java.lang.Object
ca.spatial.reportwriter.MapLayoutReport.MapElement
ca.spatial.reportwriter.MapLayoutReport.ReportTable
Enclosing class:
MapLayoutReport

public class MapLayoutReport.ReportTable extends MapLayoutReport.MapElement
Draw a report table
  • Method Details

    • vertical

      public MapLayoutReport.ReportTable vertical(int alignment)
      Set the vetical alignment of the table within the space provided. The options are MapLayoutReport.TOP, MapLayoutReport.CENTER and MapLayoutReport.BOTTOM. The default value is MapLayoutReport.CENTER
      Parameters:
      alignment - the vertical alignment of the table within the element
    • horizontal

      public MapLayoutReport.ReportTable horizontal(int alignment)
      Set the horizontal alignment of the table within the space provided. The options are MapLayoutReport.LEFT, MapLayoutReport.CENTER and MapLayoutReport.RIGHT. The default value is MapLayoutReport.CENTER
      Parameters:
      alignment - the horizontal alignment of the table within the element