Uses of Class
ca.spatial.reportwriter.MapLayoutReport.Group
Packages that use MapLayoutReport.Group
-
Uses of MapLayoutReport.Group in ca.spatial.reportwriter
Subclasses of MapLayoutReport.Group in ca.spatial.reportwriterModifier and TypeClassDescriptionclass
The Grid element is a tool that helps to lay out elements in a rectangular grid.class
The Page element represent a new page within the report.Methods in ca.spatial.reportwriter that return MapLayoutReport.GroupModifier and TypeMethodDescriptionAdd a group element with a given position and size.Add a group element with a given label.MapLayoutReport.Grid.cell(int column, int row)
Deprecated.MapLayoutReport.Grid.cell(int column, int row, int numCols, int numRows)
Return a pane sized by the specified number of rows and columns.MapLayoutReport.Group.p()
Return to the parent groupMapLayoutReport.MapElement.p()
Return the parent of this element.MapLayoutReport.Grid.pane(int column, int row)
Return a pane that is one row by one column, at the specified starting position.MapLayoutReport.Grid.pane(int column, int row, int numCols, int numRows)
Return a pane sized by the specified number of rows and columns.MapLayoutReport.Group.reverseToc(boolean state)
Reverse the order of entries in the table of contents so that the last element added is at the top of the TOC.