Interface IAnchorProvider

    • Method Detail

      • get

        IAnchor get​(IVisualPart<? extends javafx.scene.Node> anchoredPart,
                    java.lang.String role)
        Returns an IAnchor that should be used to provide a position for the given anchored IVisualPart and the given role.
        Parameters:
        anchoredPart - The anchored IVisualPart which the returned IAnchor should provide a position for.
        role - The role which the returned IAnchor should provide a position for.
        Returns:
        An IAnchor that should be used to provide a position for the given anchored IVisualPart and the given role.