org.jhotdraw.contrib.html
Interface AttributeContentProducerContext

All Superinterfaces:
ContentProducerContext, FigureContentProducerContext
All Known Subinterfaces:
HTMLContentProducerContext
All Known Implementing Classes:
HTMLTextAreaFigure

public interface AttributeContentProducerContext
extends FigureContentProducerContext

AttributeContentProducerContext defines the interface required of clients requesting contents from AttributeFigures oriented ContentProducers.

Version:
<$CURRENT_VERSION$>
Author:
Eduardo Francos - InContext

Method Summary
 java.lang.Object getAttribute(java.lang.String name)
          Gets an attribute from the ContentProducerContext object
 
Methods inherited from interface org.jhotdraw.contrib.html.FigureContentProducerContext
displayBox, getFont
 

Method Detail

getAttribute

java.lang.Object getAttribute(java.lang.String name)
Gets an attribute from the ContentProducerContext object

Parameters:
name - the name of the attribute
Returns:
The attribute value