Interface MutableLayoutContext

    • Method Detail

      • setParameter

        LayoutContext setParameter​(Parameter which,
                                   java.lang.Object newValue)
        Set a layout Parameter.
        Parameters:
        which - the parameter to set
        newValue - the new Value for this parameter.
        Returns:
        itself for convenience.