Module org.tentackle.fx
Class TextFlowConfigurator<T extends javafx.scene.text.TextFlow>
- java.lang.Object
-
- org.tentackle.fx.container.config.PaneConfigurator<T>
-
- org.tentackle.fx.container.config.TextFlowConfigurator<T>
-
- Type Parameters:
T- the container type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.text.TextFlow.class) public class TextFlowConfigurator<T extends javafx.scene.text.TextFlow> extends PaneConfigurator<T>
Configures a TextFlow.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description TextFlowConfigurator()
-
Method Summary
-
Methods inherited from class org.tentackle.fx.container.config.PaneConfigurator
configure
-
-