Class DecoratorSupplier
java.lang.Object
dev.visdb.seesaw.decorators.DecoratorSupplier
Like a factory for Decorator.
-
Constructor Summary
ConstructorsConstructorDescriptionDecoratorSupplier(Supplier<Decorator> supplier) create a decorator supplierDecoratorSupplier(Supplier<Decorator> supplier, Decorator.DecoratorStyle style) create a decorator supplier -
Method Summary
-
Constructor Details
-
DecoratorSupplier
create a decorator supplier- Parameters:
supplier-
-
DecoratorSupplier
create a decorator supplier- Parameters:
supplier-style-
-
-
Method Details
-
get
-
getDecoratorStyle
-