Class TextBorderFactoryMaker

  • All Implemented Interfaces:
    TextBorderFactoryMakerService

    public class TextBorderFactoryMaker
    extends Object
    implements TextBorderFactoryMakerService
    Provides a text border factory maker. This class will look for implementations of the TextBorderFactory interface using the services API. It will return the first implementation that matches the requested specification.

    This class can be overridden by extending it and adding a reference to the new implementation to the services API. This class will then choose the new implementation when a new instance is requested.

    • Constructor Detail

      • TextBorderFactoryMaker

        public TextBorderFactoryMaker()
        Creates a new text border factory maker.