public static final class StagePlacement.Builder
extends java.lang.Object
StagePlacement
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StagePlacement |
build()
Builds the configured instance.
|
StagePlacement.Builder |
justAfter(IStage justAfter)
Sets the value of
StagePlacement.getJustAfter() |
StagePlacement.Builder |
rightBefore(IStage rightBefore)
Sets the value of
StagePlacement.getRightBefore() |
public StagePlacement.Builder justAfter(IStage justAfter)
StagePlacement.getJustAfter()
justAfter
- Inserts the new Stage as a child of the given Stage (changing its current child Stage, if it had one).this
public StagePlacement.Builder rightBefore(IStage rightBefore)
StagePlacement.getRightBefore()
rightBefore
- Inserts the new Stage as a parent of the given Stage (changing its current parent Stage, if it had one).this
public StagePlacement build()
StagePlacement
java.lang.NullPointerException
- if any required attribute was not provided