public interface TextBorderFactoryMakerService
Provides an interface for a TextBorderFactoryMaker service. The purpose of this interface is to expose an implementation of a TextBorderFactoryMaker as an OSGi service.
To comply with this interface, an implementation must be thread safe and address both the possibility that only a single instance is created and used throughout and that new instances are created as desired.
Modifier and Type | Method and Description |
---|---|
TextBorderStyle |
newTextBorderStyle(Map<String,Object> features)
Creates a new text border style with the suppled specifications
|
TextBorderStyle newTextBorderStyle(Map<String,Object> features) throws TextBorderConfigurationException
features
- the features to useTextBorderConfigurationException
- if an instance cannot be created