net.sourceforge.jeuclid
Interface MutableLayoutContext

All Superinterfaces:
LayoutContext
All Known Implementing Classes:
LayoutContextImpl

public interface MutableLayoutContext
extends LayoutContext

Version:
$Revision: 03dc0884e86f $

Method Summary
 LayoutContext setParameter(Parameter which, Object newValue)
          Set a layout Parameter.
 
Methods inherited from interface net.sourceforge.jeuclid.LayoutContext
getParameter
 

Method Detail

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.


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.