| |
|
| java.lang.Object org.jfree.report.data.PrecomputeNodeImpl
PrecomputeNodeImpl | public class PrecomputeNodeImpl implements PrecomputeNode(Code) | | A precompute-node represents a resolved element or section of the report definition. Unlike the structural nodes,
these nodes can always have childs.
The resulting tree gets pruned as early as possible - nodes which do not contain precomputed or preserved expressions
will not be stored.
author: Thomas Morgner |
getFunctionCount | public int getFunctionCount()(Code) | | |
getFunctionResult | public Object getFunctionResult(int idx)(Code) | | |
prune | public void prune()(Code) | | |
|
|
|