Interface MutableLayoutContext

All Superinterfaces:
LayoutContext
All Known Implementing Classes:
LayoutContextImpl

public interface MutableLayoutContext extends LayoutContext
Version:
$Revision: 03dc0884e86f $
  • Method Details

    • setParameter

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