Interface IFXCanvasFactory

    • Method Detail

      • createCanvas

        javafx.embed.swt.FXCanvas createCanvas​(Composite parent,
                                               int style)
        Creates an FXCanvas inside of the given Composite.
        Parameters:
        parent - The parent Composite for the FXCanvas that is created.
        style - The SWT style bits to be used for the FXCanvas that gets created.
        Returns:
        The new FXCanvas that was created as a child of the given Composite.