public class SimpleFontSetFamily extends Object implements FontSetFamily
Constructor and Description |
---|
SimpleFontSetFamily() |
Modifier and Type | Method and Description |
---|---|
void |
addExcludedScript(String script) |
void |
addIncludedScript(String script) |
Object |
clone() |
List<String> |
getExcludedScripts() |
String |
getFamilyName() |
List<String> |
getIncludedScripts() |
boolean |
isPrimary() |
void |
setExcludedScripts(List<String> excludedScripts) |
void |
setFamilyName(String familyName) |
void |
setIncludedScripts(List<String> includedScripts) |
void |
setPrimary(boolean primary) |
public String getFamilyName()
getFamilyName
in interface FontSetFamily
public void setFamilyName(String familyName)
public boolean isPrimary()
isPrimary
in interface FontSetFamily
public void setPrimary(boolean primary)
public List<String> getIncludedScripts()
getIncludedScripts
in interface FontSetFamily
public void addIncludedScript(String script)
public List<String> getExcludedScripts()
getExcludedScripts
in interface FontSetFamily
public void addExcludedScript(String script)
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2021 TIBCO Software Inc.. All rights reserved.