public class TooltipShowcaseLayout extends ShowcaseLayout
| Modifier and Type | Field and Description |
|---|---|
protected javafx.scene.layout.StackPane |
contentPane |
protected javafx.scene.effect.DropShadow |
dropShadow |
protected javafx.scene.layout.Pane |
mainPane |
| Constructor and Description |
|---|
TooltipShowcaseLayout() |
| 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 |
setTooltipPadding(javafx.geometry.Insets insets) |
protected javafx.scene.layout.Pane mainPane
protected javafx.scene.layout.StackPane contentPane
protected javafx.scene.effect.DropShadow dropShadow
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 ShowcaseLayoutpublic void setTooltipPadding(javafx.geometry.Insets insets)
Copyright © 2018. All rights reserved.