Package ca.spatial.reportwriter
Class MapLayoutReport.ReportTable
java.lang.Object
ca.spatial.reportwriter.MapLayoutReport.MapElement
ca.spatial.reportwriter.MapLayoutReport.ReportTable
- Enclosing class:
- MapLayoutReport
Draw a report table
-
Method Summary
Modifier and TypeMethodDescriptionhorizontal(int alignment)
Set the horizontal alignment of the table within the space provided.vertical(int alignment)
Set the vetical alignment of the table within the space provided.Methods inherited from class ca.spatial.reportwriter.MapLayoutReport.MapElement
background, bookmark, contentHeight, contentWidth, getBackground, getHeight, getWidth, hidden, inset, margin, neatline, p, r, simplistHeight, simplistWidth, subtype, top, visible, zoom
-
Method Details
-
vertical
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
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
-