|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jfree.report.layout.LayoutManagerCache
A cache for a band layout manager. This caches element bounds, not elements.
| Constructor Summary | |
LayoutManagerCache()
Default constructor. |
|
| Method Summary | |
void |
flush()
Flushes the cache. |
void |
flushDynamicCache()
|
StrictDimension |
getMinSize(java.lang.Object e)
Returns the minimum size of ???. |
StrictDimension |
getPrefSize(java.lang.Object e)
Returns the preferred size of ???. |
boolean |
isCachable(Element e)
Returns true if the specified element is cachable, and false otherwise. |
static void |
printResults()
Prints debugging information. |
void |
setMinSize(Element element,
StrictDimension d)
Sets the minimum size of the element as computed by the layout manager. |
void |
setPrefSize(Element element,
StrictDimension d)
Sets the preferred size of the element as computed by the layout manager. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public LayoutManagerCache()
| Method Detail |
public StrictDimension getMinSize(java.lang.Object e)
e - the layout cache key.public StrictDimension getPrefSize(java.lang.Object e)
e - the layout cache key.
public void setMinSize(Element element,
StrictDimension d)
element - the element.d - the minimum size.
public void setPrefSize(Element element,
StrictDimension d)
element - the element.d - the minimum size.public boolean isCachable(Element e)
e - the element.public void flush()
public void flushDynamicCache()
public static void printResults()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||