Class GridFontParam

java.lang.Object
org.mapfish.print.map.geotools.grid.GridFontParam

public final class GridFontParam extends Object
Configuration object for the grid labels.
  • Field Details

    • name

      public String[] name
      The name of the font.
    • size

      public int size
      The size of the font. 10.
    • style

      public FontStyle style
      The style of the font. Default BOLD
  • Constructor Details

    • GridFontParam

      public GridFontParam()
  • Method Details

    • postConstruct

      public void postConstruct()
      Initialize default values and validate that config is correct.