public interface ShowcaseLayer
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Node |
getNode(javafx.geometry.Bounds targetBounds,
double parentWidth,
double parentHeight)
Builds and returns the layer node.
|
javafx.scene.Node getNode(javafx.geometry.Bounds targetBounds,
double parentWidth,
double parentHeight)
targetBounds - Highlighted element's boundsparentWidth - Showcase component widthparentHeight - Showcase component heightCopyright © 2018. All rights reserved.