|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.layout.LayoutCacheKey
org.jfree.report.layout.LayoutSearchKey
A layout search key.
Constructor Summary | |
LayoutSearchKey()
|
Method Summary | |
boolean |
isSearchKey()
Returns true to indicate that this is a search key. |
void |
setSearchConstraint(Element e,
java.awt.geom.Dimension2D dim)
Sets the search constraint. |
Methods inherited from class org.jfree.report.layout.LayoutCacheKey |
equals, getParentDim, hashCode, setElement, setParentDim |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LayoutSearchKey()
Method Detail |
public boolean isSearchKey()
true
to indicate that this is a search key.
isSearchKey
in class LayoutCacheKey
true
.public void setSearchConstraint(Element e, java.awt.geom.Dimension2D dim)
e
- the element.dim
- the dimension.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |