Class FontSizes


  • @Beta
    public class FontSizes
    extends java.lang.Object
    Default font sizes.
    • Constructor Summary

      Constructors 
      Constructor Description
      FontSizes​(java.util.Optional<java.lang.Integer> standard, java.util.Optional<java.lang.Integer> fixed)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.Integer> getFixed()
      Default fixed font size.
      java.util.Optional<java.lang.Integer> getStandard()
      Default standard font size.
      • Methods inherited from class java.lang.Object

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

      • FontSizes

        public FontSizes​(java.util.Optional<java.lang.Integer> standard,
                         java.util.Optional<java.lang.Integer> fixed)
    • Method Detail

      • getStandard

        public java.util.Optional<java.lang.Integer> getStandard()
        Default standard font size.
      • getFixed

        public java.util.Optional<java.lang.Integer> getFixed()
        Default fixed font size.