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$>
Author:
Eduardo Francos - InContext

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

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

Returns:
the display box

getFont

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

Returns:
The font