org.foray.font
Interface FontSelectorFactory


public interface FontSelectorFactory

Interface for classes that know how to create FontSelector implementations.


Method Summary
 FontSelector makeFontSelector(FontConsumer4a consumer)
          Create an instance of the appropriate FontSelector.
 

Method Detail

makeFontSelector

FontSelector makeFontSelector(FontConsumer4a consumer)
Create an instance of the appropriate FontSelector.

Parameters:
consumer - The FontConsumer that owns the new FontSelector.
Returns:
The newly-created FontSelector instance.


Copyright © 2017. All rights reserved.