public abstract class ShowcaseLayerFill extends Object implements ShowcaseLayer
| Modifier and Type | Field and Description |
|---|---|
static ShowcaseLayerFill |
CIRCLE_FLAT |
static ShowcaseLayerFill |
CIRCLE_GRADIENT |
| Constructor and Description |
|---|
ShowcaseLayerFill() |
| Modifier and Type | Method and Description |
|---|---|
abstract javafx.scene.layout.Background |
generate(javafx.geometry.Bounds targetBounds,
double parentWidth,
double parentHeight)
Builds and returns the background
|
javafx.scene.Node |
getNode(javafx.geometry.Bounds targetBounds,
double parentWidth,
double parentHeight)
Builds and returns the layer node.
|
public static ShowcaseLayerFill CIRCLE_GRADIENT
public static ShowcaseLayerFill CIRCLE_FLAT
public abstract javafx.scene.layout.Background generate(javafx.geometry.Bounds targetBounds,
double parentWidth,
double parentHeight)
targetBounds - Highlighted element's boundsparentWidth - Showcase component widthparentHeight - Showcase component heightpublic javafx.scene.Node getNode(javafx.geometry.Bounds targetBounds,
double parentWidth,
double parentHeight)
ShowcaseLayergetNode in interface ShowcaseLayertargetBounds - Highlighted element's boundsparentWidth - Showcase component widthparentHeight - Showcase component heightCopyright © 2018. All rights reserved.