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(org.eclipse.swt.widgets.Composite parent,
int style)
Creates an
FXCanvas inside of the given Composite . |
javafx.embed.swt.FXCanvas createCanvas(org.eclipse.swt.widgets.Composite parent, int style)
FXCanvas
inside of the given Composite
.parent
- The parent Composite
for the FXCanvas
that is
created.style
- The SWT style bits to be used for the FXCanvas
that
gets created.FXCanvas
that was created as a child of the given
Composite
.Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.