public abstract class ShowcaseLayerShape extends Object implements ShowcaseLayer
| Modifier and Type | Field and Description |
|---|---|
static ShowcaseLayerShape |
CIRCLE_FLAT |
static ShowcaseLayerShape |
RECTANGLE_FLAT |
| Constructor and Description |
|---|
ShowcaseLayerShape() |
| Modifier and Type | Method and Description |
|---|---|
abstract javafx.scene.shape.Shape |
generate(javafx.geometry.Bounds targetBounds,
double parentWidth,
double parentHeight)
Builds and returns the highlight shape
|
javafx.scene.Node |
getNode(javafx.geometry.Bounds targetBounds,
double parentWidth,
double parentHeight)
Builds and returns the layer node.
|
public static ShowcaseLayerShape CIRCLE_FLAT
public static ShowcaseLayerShape RECTANGLE_FLAT
public abstract javafx.scene.shape.Shape 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.