Package net.sourceforge.jeuclid.context
Class StyleAttributeLayoutContext
- java.lang.Object
-
- net.sourceforge.jeuclid.context.StyleAttributeLayoutContext
-
- All Implemented Interfaces:
LayoutContext
public class StyleAttributeLayoutContext extends java.lang.Object implements LayoutContext
- Version:
- $Revision: 8afef6dd0d58 $
-
-
Constructor Summary
Constructors Constructor Description StyleAttributeLayoutContext(LayoutContext parent, java.lang.String msize, java.awt.Color foreground)Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetParameter(Parameter which)Retrieve a layout parameter.
-
-
-
Constructor Detail
-
StyleAttributeLayoutContext
public StyleAttributeLayoutContext(LayoutContext parent, java.lang.String msize, java.awt.Color foreground)
Default Constructor.- Parameters:
parent- LayoutContext of parent.msize- msize String to apply to parent context.foreground- Foreground color for new context.
-
-
Method Detail
-
getParameter
public java.lang.Object getParameter(Parameter which)
Retrieve a layout parameter.- Specified by:
getParameterin interfaceLayoutContext- Parameters:
which- the parameter to retrieve- Returns:
- current value for this parameter. Please note: Some parameters may be null.
-
-