org.jfree.report.function
public class: PaintComponentFunction [javadoc |
source]
java.lang.Object
org.jfree.report.function.AbstractExpression
org.jfree.report.function.AbstractFunction
org.jfree.report.function.PaintComponentFunction
All Implemented Interfaces:
Function, Expression, Serializable
Deprecated! Use - the new Component-Element instead. It uses drawables for this job, and therefore the result looks
much better. This method does no longer work, as it depended on implementation details that are no longer
in use.
Paints a AWT or Swing Component, fitting the component into the element bounds. The component must be contained in
the dataRow.
In an headless environment this function wont work and will always return null.
| Methods from org.jfree.report.function.AbstractExpression: |
|---|
|
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |