public class AlignmentShowcaseLayout extends ShowcaseLayout
| Modifier and Type | Field and Description |
|---|---|
protected javafx.scene.layout.FlowPane |
mainPane |
| Constructor and Description |
|---|
AlignmentShowcaseLayout(javafx.geometry.Pos pos) |
AlignmentShowcaseLayout(javafx.geometry.Pos pos,
javafx.geometry.Insets padding) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContentNode(javafx.scene.Node content,
javafx.geometry.Bounds targetBoundsInParent,
double parentWidth,
double parentHeight) |
javafx.scene.Node |
getNode() |
public AlignmentShowcaseLayout(javafx.geometry.Pos pos)
public AlignmentShowcaseLayout(javafx.geometry.Pos pos,
javafx.geometry.Insets padding)
public void addContentNode(javafx.scene.Node content,
javafx.geometry.Bounds targetBoundsInParent,
double parentWidth,
double parentHeight)
addContentNode in class ShowcaseLayoutpublic javafx.scene.Node getNode()
getNode in class ShowcaseLayoutCopyright © 2018. All rights reserved.