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 |
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