| Package | Description |
|---|---|
| com.dropsnorz.showcasefx | |
| com.dropsnorz.showcasefx.layers |
| Modifier and Type | Field and Description |
|---|---|
protected ShowcaseLayer |
Showcase.defaultLayer |
protected ShowcaseLayer |
ShowcaseStep.layer |
| Modifier and Type | Method and Description |
|---|---|
ShowcaseLayer |
Showcase.getDefaultLayer()
Get the default layer used if the current
ShowcaseStep doesn't provide any layer object |
ShowcaseLayer |
ShowcaseStep.getLayer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Showcase.setDefaultLayer(ShowcaseLayer layer)
Set the default layer used if the current
ShowcaseStep doesn't provide any layer object |
StepBuilder |
StepBuilder.setLayer(ShowcaseLayer layer) |
void |
ShowcaseStep.setLayer(ShowcaseLayer layer) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowcaseLayerFill
A ShowcaseLayerFill is a Layer node generator based on JavaFx backgrounds
The generated background will be converted as a layer node
|
class |
ShowcaseLayerShape
A ShowcaseLayerShape is a Layer node generator based on JavaFx shapes
The generated shape is substracted to a rectangle background sized as the showcase components.
|
Copyright © 2018. All rights reserved.