类 Font


  • public class Font
    extends Object
    • 构造器详细资料

      • Font

        public Font()
    • 方法详细资料

      • getFamily

        public String getFamily()
      • setFamily

        public void setFamily​(String family)
      • withFamily

        public Font withFamily​(String family)
      • getSizeInPoint

        public Integer getSizeInPoint()
      • setSizeInPoint

        public void setSizeInPoint​(Integer sizeInPoint)
      • withSizeInPoint

        public Font withSizeInPoint​(Integer sizeInPoint)