Package net.sourceforge.jeuclid
Interface MutableLayoutContext
-
- All Superinterfaces:
LayoutContext
- All Known Implementing Classes:
LayoutContextImpl
public interface MutableLayoutContext extends LayoutContext
- Version:
- $Revision: 03dc0884e86f $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayoutContextsetParameter(Parameter which, java.lang.Object newValue)Set a layout Parameter.-
Methods inherited from interface net.sourceforge.jeuclid.LayoutContext
getParameter
-
-
-
-
Method Detail
-
setParameter
LayoutContext setParameter(Parameter which, java.lang.Object newValue)
Set a layout Parameter.- Parameters:
which- the parameter to setnewValue- the new Value for this parameter.- Returns:
- itself for convenience.
-
-