Package org.eclipse.gef.fx.swt.canvas
Interface IFXCanvasFactory
public interface IFXCanvasFactory
The
IFXCanvasFactory
provides a method for the creation of an
FXCanvas
inside a Composite
. Using the
IFXCanvasFactory
allows to exchange the FXCanvas
implementation.-
Method Summary
Modifier and TypeMethodDescriptionjavafx.embed.swt.FXCanvas
createCanvas
(Composite parent, int style) Creates anFXCanvas
inside of the givenComposite
.
-
Method Details