Class AdaptiveFullScreenStrategy

  • All Implemented Interfaces:
    FullScreenStrategy

    public class AdaptiveFullScreenStrategy
    extends Object
    implements FullScreenStrategy
    Implementation of an full-screen strategy based on the current run-time operating system.

    This implementation uses the "best" available of the provided full-screen strategy implementations, which may be a native solution, for each supported operating system.

    • Constructor Detail

      • AdaptiveFullScreenStrategy

        public AdaptiveFullScreenStrategy​(Window window)
        Create a full-screen strategy.
        Parameters:
        window - window to manage as full-screen or not