|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.report.function.FunctionUtilities
A collection of utility methods relating to functions.
| Method Summary | |
static Element |
findElement(Band band,
java.lang.String element)
Try to find the defined element in the last active root-band. |
static Group |
getCurrentGroup(ReportEvent event)
Returns the current group instance, based on the given report event. |
static boolean |
isDefinedGroup(java.lang.String groupName,
ReportEvent event)
Returns true if the events current groupname is equal to the group name. |
static boolean |
isDefinedPrepareRunLevel(Function f,
ReportEvent event)
Returns true, if the current run level is defined for the given function and this is a prepare run. |
static boolean |
isLayoutLevel(ReportEvent event)
Returns true or false. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Element findElement(Band band,
java.lang.String element)
band - the band that is suspected to contain the element.element - the element name.
public static boolean isDefinedGroup(java.lang.String groupName,
ReportEvent event)
groupName - the group name.event - the report event.
public static boolean isDefinedPrepareRunLevel(Function f,
ReportEvent event)
f - the function.event - the event.
public static boolean isLayoutLevel(ReportEvent event)
event - the report event.
public static Group getCurrentGroup(ReportEvent event)
event - the event which is base for the action.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||