|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jfree.report.elementfactory.ElementFactory
|
+--org.jfree.report.elementfactory.AnchorFieldElementFactory
The AnchorFieldElementFactory can be used to construct Anchor fields. Anchor fields generate Anchor-Objects from content found in a DataRow-column or function.
| Constructor Summary | |
AnchorFieldElementFactory()
Creates a new Factory. |
|
| Method Summary | |
Element |
createElement()
Creates a new instance of the element. |
java.lang.String |
getFieldname()
Returns the element's field name. |
void |
setFieldname(java.lang.String field)
Defines the field name. |
| Methods inherited from class org.jfree.report.elementfactory.ElementFactory |
applyElementName,
applyStyle,
getAbsolutePosition,
getDynamicHeight,
getHRefTarget,
getHRefWindow,
getLayoutCachable,
getMaximumSize,
getMinimumSize,
getName,
getPreferredSize,
getVisible,
setAbsolutePosition,
setDynamicHeight,
setHRefTarget,
setHRefWindow,
setLayoutCachable,
setMaximumSize,
setMinimumSize,
setName,
setPreferredSize,
setVisible |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AnchorFieldElementFactory()
| Method Detail |
public java.lang.String getFieldname()
public void setFieldname(java.lang.String field)
field - the field name.public Element createElement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||