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