public class AutoShowcaseLayout extends ShowcaseLayout
| Modifier and Type | Field and Description |
|---|---|
protected javafx.scene.layout.GridPane |
mainPane |
| Constructor and Description |
|---|
AutoShowcaseLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContentNode(javafx.scene.Node content,
javafx.geometry.Bounds targetBoundsInParent,
double parentWidth,
double parentHeight) |
javafx.scene.Node |
getNode() |
void |
setDebug(boolean debug)
For debug purpose only, displays layout inner grid
|
public void addContentNode(javafx.scene.Node content,
javafx.geometry.Bounds targetBoundsInParent,
double parentWidth,
double parentHeight)
addContentNode in class ShowcaseLayoutpublic void setDebug(boolean debug)
debug - activate or disable layout debuggingpublic javafx.scene.Node getNode()
getNode in class ShowcaseLayoutCopyright © 2018. All rights reserved.