Class GridFontParam
java.lang.Object
org.mapfish.print.map.geotools.grid.GridFontParam
Configuration object for the grid labels.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initialize default values and validate that config is correct.
-
Field Details
-
name
The name of the font. -
size
public int sizeThe size of the font. 10. -
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.
-