|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jfree.report.content.DrawableContentFactoryModule
A factory module for drawable content.
| Constructor Summary | |
DrawableContentFactoryModule()
DefaultConstructor. |
|
| Method Summary | |
boolean |
canHandleContent(java.lang.String contentType)
Returns true if the module can handle the specified content type, and
false otherwise. |
Content |
createContentForElement(Element e,
ElementLayoutInformation bounds,
LayoutSupport ot)
Creates content for an element. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public DrawableContentFactoryModule()
| Method Detail |
public boolean canHandleContent(java.lang.String contentType)
true if the module can handle the specified content type, and
false otherwise.contentType - the content type.true or false.
public Content createContentForElement(Element e,
ElementLayoutInformation bounds,
LayoutSupport ot)
throws ContentCreationException
e - the element.bounds - the bounds.ot - the output target.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||