Class SimpleFontSetFamily

  • All Implemented Interfaces:
    java.lang.Cloneable, FontSetFamily, JRCloneable

    public class SimpleFontSetFamily
    extends java.lang.Object
    implements FontSetFamily
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Detail

      • SimpleFontSetFamily

        public SimpleFontSetFamily()
    • Method Detail

      • setFamilyName

        public void setFamilyName​(java.lang.String familyName)
      • setPrimary

        public void setPrimary​(boolean primary)
      • setIncludedScripts

        public void setIncludedScripts​(java.util.List<java.lang.String> includedScripts)
      • addIncludedScript

        public void addIncludedScript​(java.lang.String script)
      • setExcludedScripts

        public void setExcludedScripts​(java.util.List<java.lang.String> excludedScripts)
      • addExcludedScript

        public void addExcludedScript​(java.lang.String script)
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object