public interface IFXCanvasFactory
IFXCanvasFactory
provides a method for the creation of an
FXCanvas
inside a Composite
. Using the
IFXCanvasFactory
allows to exchange the FXCanvas
implementation.Modifier and Type | Method and Description |
---|---|
javafx.embed.swt.FXCanvas |
createCanvas(Composite parent,
int style)
Creates an
FXCanvas inside of the given Composite . |
Copyright (c) 2014 itemis AG and others. All rights reserved.