public interface TextBorderFactory
Modifier and Type | Field and Description |
---|---|
static String |
FEATURE_MODE
Mode feature.
|
Modifier and Type | Method and Description |
---|---|
Object |
getFeature(String key)
Gets the value for the specified feature key.
|
TextBorderStyle |
newTextBorderStyle()
Creates a new TextBorderStyle based on the current features.
|
void |
setFeature(String key,
Object value)
Sets a feature.
|
static final String FEATURE_MODE
void setFeature(String key, Object value)
key
- a feature keyvalue
- a feature valueObject getFeature(String key)
key
- the feature keyTextBorderStyle newTextBorderStyle() throws TextBorderConfigurationException
TextBorderConfigurationException
- if no text border could be created
based on the currently set features.