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 FontSetFamilypublic void setFamilyName(String familyName)
public boolean isPrimary()
isPrimary in interface FontSetFamilypublic void setPrimary(boolean primary)
public List<String> getIncludedScripts()
getIncludedScripts in interface FontSetFamilypublic void addIncludedScript(String script)
public List<String> getExcludedScripts()
getExcludedScripts in interface FontSetFamilypublic void addExcludedScript(String script)
public Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2017. All rights reserved.