Class WebFxKitLauncherProviderBase
java.lang.Object
dev.webfx.kit.launcher.spi.impl.base.WebFxKitLauncherProviderBase
- All Implemented Interfaces:
WebFxKitLauncherProvider
- Direct Known Subclasses:
GwtJ2clWebFxKitLauncherProvider
,JavaFxWebFxKitLauncherProvider
public abstract class WebFxKitLauncherProviderBase
extends Object
implements WebFxKitLauncherProvider
- Author:
- Bruno Salmon
-
Property Summary
Properties inherited from interface dev.webfx.kit.launcher.spi.WebFxKitLauncherProvider
safeAreaInsets
-
Constructor Summary
ConstructorDescriptionWebFxKitLauncherProviderBase
(boolean stageProgrammaticallyRelocatableAndResizable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.webfx.kit.launcher.spi.WebFxKitLauncherProvider
canvasPixelDensityProperty, createDragboard, getApplication, getCanvasPixelDensity, getDefaultCanvasPixelDensity, getFastPixelReaderWriter, getGraphicsContext2D, getHostServices, getPrimaryScreen, getSafeAreaInsets, getSystemClipboard, getVerticalScrollbarExtraWidth, isReady, launchApplication, loadingFonts, measureBaselineOffset, measureText, onReady, safeAreaInsetsProperty, setCanvasPixelDensity, supportsSvgImageFormat, supportsWebPImageFormat
-
Constructor Details
-
WebFxKitLauncherProviderBase
public WebFxKitLauncherProviderBase(boolean stageProgrammaticallyRelocatableAndResizable)
-
-
Method Details
-
isStageProgrammaticallyRelocatableAndResizable
public boolean isStageProgrammaticallyRelocatableAndResizable()- Specified by:
isStageProgrammaticallyRelocatableAndResizable
in interfaceWebFxKitLauncherProvider
-
getPrimaryStage
- Specified by:
getPrimaryStage
in interfaceWebFxKitLauncherProvider
-