Class GridFontParam


  • public final class GridFontParam
    extends java.lang.Object
    Configuration object for the grid labels.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] name
      The name of the font.
      int size
      The size of the font.
      FontStyle style
      The style of the font.
    • Constructor Summary

      Constructors 
      Constructor Description
      GridFontParam()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void postConstruct()
      Initialize default values and validate that config is correct.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.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 Detail

      • GridFontParam

        public GridFontParam()
    • Method Detail

      • postConstruct

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