org.jhotdraw.contrib.html
Interface FigureContentProducerContext

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

public interface FigureContentProducerContext
extends ContentProducerContext

FigureContentProducerContext defines the interface required of clients requesting contents for Figure oriented ContentProducers.

Version:
<$CURRENT_VERSION$>

Method Summary
 java.awt.Rectangle displayBox()
          Returns the display box of the figure
 java.awt.Font getFont()
          Gets the font of the figure
 

Method Detail

displayBox

public java.awt.Rectangle displayBox()
Returns the display box of the figure

Returns:
the display box

getFont

public java.awt.Font getFont()
Gets the font of the figure

Returns:
The font