public abstract class FontColorSettingsFactory extends Object
MimeLookup for particular mime types.| Constructor and Description |
|---|
FontColorSettingsFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<AttributeSet> |
getAllFontColorDefaults(String profile)
Gets default values for all font & colors for given profile, or null
if profile does not exist or if it does not have any defaults.
|
abstract Collection<AttributeSet> |
getAllFontColors(String profile)
Gets all token font and colors for given scheme or null, if
scheme does not exists.
|
abstract void |
setAllFontColors(String profile,
Collection<AttributeSet> fontColors)
Sets all token font and colors for given scheme.
|
abstract void |
setAllFontColorsDefaults(String profile,
Collection<AttributeSet> fontColors)
Sets default values for all token font and colors for given scheme.
|
public abstract Collection<AttributeSet> getAllFontColors(String profile)
profile - the name of profilepublic abstract Collection<AttributeSet> getAllFontColorDefaults(String profile)
profile - the name of profilepublic abstract void setAllFontColors(String profile, Collection<AttributeSet> fontColors)
profile - the name of profilefontColors - new coloringspublic abstract void setAllFontColorsDefaults(String profile, Collection<AttributeSet> fontColors)
profile - the name of profilefontColors - new coloringsBuilt on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.